RasterTerrainProviderDeltaLatitudeNativeUnits Property |
Gets or sets the distance between each post in the latitude direction, in the native units of the provider.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DeltaLatitudeNativeUnits { get; protected set; }
Public Property DeltaLatitudeNativeUnits As Double
Get
Protected Set
public:
property double DeltaLatitudeNativeUnits {
double get ();
protected: void set (double value);
}
member DeltaLatitudeNativeUnits : float with get, set
Property Value
Type:
DoubleSee Also