Click or drag to resize

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: 25.1.421.0 (25.1.421.0)
Syntax
public NgaDigitalTerrainElevationDataCell(
	string fileName
)

Parameters

fileName
Type: System.String
The full path and filename of the DT0, DT1, or DT2 file.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the Earth instance in the current CalculationContext is not configured with a mean sea level (MSL).
InvalidDataException Thrown when the User Header Label at the start of the DTED cell does not have the expected format.
ArgumentNullException Thrown when fileName is null.
See Also