Click or drag to resize

TerrainPostsIndexToLongitude Method

Gets the longitude of the post at a specified index.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double IndexToLongitude(
	int index
)

Parameters

index
Type: SystemInt32
The index. 0 refers to the western-most post stored by this instance.

Return Value

Type: Double
The longitude of the post at the index.
See Also