STK AviatorSend comments on this topic.
RelativeBearing Property (IAgAvtrBasicManeuverStrategyRendezvous)
See Also
Windows





Windows & Linux

Description

Gets or sets the bearing relative to the target the aircraft will achieve and maintain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeBearing() As System.Object
[C#]
public System.Object RelativeBearing {get; set;}
[Managed C++]
public: __property VARIANT get_RelativeBearing();
public: __property void set_RelativeBearing( VARIANT );
[Unmanaged C++]
public: HRESULT get_RelativeBearing(
    VARIANT * pVal
);
public: HRESULT put_RelativeBearing(
    VARIANT newVal
);
[Java]
public AgVariant getRelativeBearing();
public void setRelativeBearing(
    AgVariant
);
[Python - STK API ]
@property
def RelativeBearing(self) -> typing.Any:

@RelativeBearing.setter
def RelativeBearing(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.