Click or drag to resize

GTOPO30Terrain Constructor (String)

Initializes a new instance using the specified GTOPO30 HDR filename.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GTOPO30Terrain(
	string fileName
)

Parameters

fileName
Type: SystemString
The full path and filename of the GTOPO30 HDR file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when fileName is .
See Also