NgaDigitalTerrainElevationDataCell Constructor (String) |
Initializes a new instance using the specified filename.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NgaDigitalTerrainElevationDataCell(
string fileName
)
Public Sub New (
fileName As String
)
public:
NgaDigitalTerrainElevationDataCell(
String^ fileName
)
new :
fileName : string -> NgaDigitalTerrainElevationDataCell
Parameters
- fileName
- Type: SystemString
The full path and filename of the DT0, DT1, or DT2 file.
Exceptions See Also