Gets or sets the absolute heading for the absolute heading mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property AbsoluteHeading() As System.Object |
[C#] |
---|
public System.Object AbsoluteHeading {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_AbsoluteHeading(); |
[Unmanaged C++] |
---|
public: HRESULT get_AbsoluteHeading( VARIANT * pVal ); public: HRESULT put_AbsoluteHeading( VARIANT newVal ); |
[Java] |
---|
public AgVariant getAbsoluteHeading(); public void setAbsoluteHeading( AgVariant ); |