Gets or sets the bearing relative to the target the aircraft will achieve and maintain.
Read-write property
[Visual Basic .NET] |
---|
Public Property RelativeBearing() As System.Object |
[C#] |
---|
public System.Object RelativeBearing {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_RelativeBearing(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelativeBearing( VARIANT * pVal ); public: HRESULT put_RelativeBearing( VARIANT newVal ); |
[Java] |
---|
public AgVariant getRelativeBearing(); public void setRelativeBearing( AgVariant ); |