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)
Syntaxprotected RasterTerrainProvider(
	TerrainCacheGroup cacheGroup
)
Protected Sub New ( 
	cacheGroup As TerrainCacheGroup
)
protected:
RasterTerrainProvider(
	TerrainCacheGroup^ cacheGroup
)
new : 
        cacheGroup : TerrainCacheGroup -> RasterTerrainProviderParameters
- cacheGroup
 - Type: AGI.Foundation.TerrainTerrainCacheGroup
The cache group of which this provider is a member. 
Exceptions
See Also