Click or drag to resize

RasterTerrainCacheLoadRegion Method

Loads the specified region into the cache.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override void LoadRegion(
	TerrainRegion region
)

Parameters

region
Type: AGI.Foundation.TerrainTerrainRegion
The region to load.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when region is .
See Also