Location.Altitude Property

Definition

Gets the altitude in meters (if available) in a reference system which is specified by AltitudeReferenceSystem.

public Nullable<double> Altitude { get; set; }

Property Value

System.Nullable<System.Double>

Altitude of location if available.

Remarks

Returns 0 or no value if not available.

Applies to