AGIProcessedDataTerrain Constructor (String, TerrainCacheGroup) |
Initializes a new instance using the specified PDTT file and cache group.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AGIProcessedDataTerrain(
string fileName,
TerrainCacheGroup cacheGroup
)
Public Sub New (
fileName As String,
cacheGroup As TerrainCacheGroup
)
public:
AGIProcessedDataTerrain(
String^ fileName,
TerrainCacheGroup^ cacheGroup
)
new :
fileName : string *
cacheGroup : TerrainCacheGroup -> AGIProcessedDataTerrain
Parameters
- fileName
- Type: SystemString
The full path and filename of the .PDTT file - cacheGroup
- Type: AGI.Foundation.TerrainTerrainCacheGroup
The cache group with which to associate this terrain provider.
Exceptions
See Also