Click or drag to resize

RasterTerrainProvider Constructor (TerrainCacheGroup)

Initializes a new instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected RasterTerrainProvider(
	TerrainCacheGroup cacheGroup
)

Parameters

cacheGroup
Type: AGI.Foundation.Terrain.TerrainCacheGroup
The cache group of which this provider is a member.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when cacheGroup is null.
See Also