RasterTerrainProviderLongitudePosts Property |
Gets or sets the number of posts in the longitude 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 LongitudePosts { get; protected set; }
Public Property LongitudePosts As Integer
Get
Protected Set
public:
property int LongitudePosts {
int get ();
protected: void set (int value);
}
member LongitudePosts : int with get, set
Property Value
Type:
Int32See Also