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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
Int32See Also