Location.Altitude Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.