| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Double See Also
See Also