Gets or sets the absolute altitude for the Specify Altitude mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property AbsoluteAltitude() As Double |
[C#] |
---|
public double AbsoluteAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_AbsoluteAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_AbsoluteAltitude( double * pVal ); public: HRESULT put_AbsoluteAltitude( double newVal ); |
[Java] |
---|
public double getAbsoluteAltitude(); public void setAbsoluteAltitude( double ); |