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