RasterTerrainProviderDeltaLongitudeNativeUnits Property |
Gets or sets the distance between each post in the longitude 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 DeltaLongitudeNativeUnits { get; protected set; }
Public Property DeltaLongitudeNativeUnits As Double
Get
Protected Set
public:
property double DeltaLongitudeNativeUnits {
double get ();
protected: void set (double value);
}
member DeltaLongitudeNativeUnits : float with get, set
Property Value
Type:
DoubleSee Also