TerrainCacheRemoveRegion Method |
Removes the specified region from the cache.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.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| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when region is .
|
See Also