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: 24.1.418.0 (24.1.418.0)
Syntax
protected RasterTerrainProvider(
	TerrainCacheGroup cacheGroup
)

Parameters

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