| RasterTerrainProviderLatitudePosts Property  | 
 
            Gets or sets the number of posts in the latitude direction.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic int LatitudePosts { get; protected set; }Public Property LatitudePosts As Integer
	Get
	Protected Set
public:
property int LatitudePosts {
	int get ();
	protected: void set (int value);
}member LatitudePosts : int with get, set
Property Value
Type: 
Int32 See Also
See Also