| RasterTerrainProviderIndexToLongitude Method  | 
 
            Gets the longitude, in native units, of the post at a specified index.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double IndexToLongitude(
	int index
)
Public Function IndexToLongitude ( 
	index As Integer
) As Double
public:
double IndexToLongitude(
	int index
)
member IndexToLongitude : 
        index : int -> float 
Parameters
- index
- Type: SystemInt32
 The index.
Return Value
Type: 
DoubleThe longitude of the post at the index, in native units.
 See Also
See Also