STK AviatorSend comments on this topic.
RelBearing Property (IAgAvtrBasicManeuverStrategyStationkeeping)
See Also
Windows





Windows & Linux

Description

Gets or sets the bearing relative to the target that the aircraft will hold.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelBearing() As System.Object
[C#]
public System.Object RelBearing {get; set;}
[Managed C++]
public: __property VARIANT get_RelBearing();
public: __property void set_RelBearing( VARIANT );
[Unmanaged C++]
public: HRESULT get_RelBearing(
    VARIANT * pVal
);
public: HRESULT put_RelBearing(
    VARIANT newVal
);
[Java]
public AgVariant getRelBearing();
public void setRelBearing(
    AgVariant
);
[Python - STK API ]
@property
def RelBearing(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.