| TerrainPostsIndexToLatitude Method  | 
 
            Gets the latitude 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 IndexToLatitude(
	int index
)
Public Function IndexToLatitude ( 
	index As Integer
) As Double
public:
double IndexToLatitude(
	int index
)
member IndexToLatitude : 
        index : int -> float 
Parameters
- index
- Type: SystemInt32
 The index.  0 refers to the southern-most post stored by this instance.
Return Value
Type: 
DoubleThe latitude of the post at the index.
 See Also
See Also