Location.AltitudeReference Property
Gets or sets the reference plane used to measure the altitude.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public AltitudeReference AltitudeReference { get; set; }
public:
property AltitudeReference AltitudeReference {
AltitudeReference get();
void set(AltitudeReference value);
}
member AltitudeReference : AltitudeReference with get, set
Public Property AltitudeReference As AltitudeReference
Property Value
Type: Microsoft.Maps.MapControl.WPF.AltitudeReference
Returns AltitudeReference.
See Also
Location Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top