Gets or sets the bearing relative to the target that the aircraft will hold.
Read-write property
[Visual Basic .NET] |
---|
Public Property RelBearing() As System.Object |
[C#] |
---|
public System.Object RelBearing {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_RelBearing(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelBearing( VARIANT * pVal ); public: HRESULT put_RelBearing( VARIANT newVal ); |
[Java] |
---|
public AgVariant getRelBearing(); public void setRelBearing( AgVariant ); |