AGIProcessedDataTerrain Constructor (String) |
Initializes a new instance using the specified PDTT file.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic AGIProcessedDataTerrain(
string fileName
)
Public Sub New (
fileName As String
)
public:
AGIProcessedDataTerrain(
String^ fileName
)
new :
fileName : string -> AGIProcessedDataTerrainParameters
- fileName
- Type: SystemString
The full path and filename of the .PDTT file
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when fileName is .
|
See Also