STK AviatorSend comments on this topic.
RelativeHeading Property (IAgAvtrBasicManeuverStrategyLTAHover)
See Also
Windows





Windows & Linux

Description

Gets or sets the relative heading for the relative to start heading mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeHeading() As System.Object
[C#]
public System.Object RelativeHeading {get; set;}
[Managed C++]
public: __property VARIANT get_RelativeHeading();
public: __property void set_RelativeHeading( VARIANT );
[Unmanaged C++]
public: HRESULT get_RelativeHeading(
    VARIANT * pVal
);
public: HRESULT put_RelativeHeading(
    VARIANT newVal
);
[Java]
public AgVariant getRelativeHeading();
public void setRelativeHeading(
    AgVariant
);
[Python - STK API ]
@property
def RelativeHeading(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.