STK AviatorSend comments on this topic.
ActiveHeadingCourseValue Property (IAgAvtrBasicManeuverStrategyAutopilotNav)
See Also
Windows





Windows & Linux

Description

Gets or sets the heading/course angle or rate for the active mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ActiveHeadingCourseValue() As System.Object
[C#]
public System.Object ActiveHeadingCourseValue {get; set;}
[Managed C++]
public: __property VARIANT get_ActiveHeadingCourseValue();
public: __property void set_ActiveHeadingCourseValue( VARIANT );
[Unmanaged C++]
public: HRESULT get_ActiveHeadingCourseValue(
    VARIANT * pVal
);
public: HRESULT put_ActiveHeadingCourseValue(
    VARIANT newVal
);
[Java]
public AgVariant getActiveHeadingCourseValue();
public void setActiveHeadingCourseValue(
    AgVariant
);
[Python - STK API ]
@property
def ActiveHeadingCourseValue(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.