| EphemerisAltitude Property |
Gets or sets the altitude (elevation) in meters above the mean sea level.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Altitude { get; set; }
Public Property Altitude As Single
Get
Set
public:
property float Altitude {
float get ();
void set (float value);
}
member Altitude : float32 with get, set
Property Value
Type:
SingleThe altitude (elevation) in meters above the mean sea level.
See Also