TerrainCacheRemoveRegion Method  | 
 
            Removes the specified region from the cache.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected abstract void RemoveRegion(
	TerrainRegion region
)
Protected MustOverride Sub RemoveRegion ( 
	region As TerrainRegion
)
protected:
virtual void RemoveRegion(
	TerrainRegion^ region
) abstract
abstract RemoveRegion : 
        region : TerrainRegion -> unit 
Parameters
- region
 - Type: AGI.Foundation.TerrainTerrainRegion
The region to remove. 
Exceptions
See Also