STK AviatorSend comments on this topic.
SetAbsoluteCourse Method (IAgAvtrProcedureTransitionToForwardFlight)
See Also
Course
UseMagneticCourse
Windows





Windows & Linux

Description

Set the mode to absolute and specify the course and heading reference.

Syntax

[Visual Basic .NET]
Public Sub SetAbsoluteCourse( _
    ByVal Course As System.Object, _
    ByVal UseMagneticCourse As Boolean _
)
[C#]
public void SetAbsoluteCourse(
    System.Object Course,
    bool UseMagneticCourse
);
[Managed C++]
public: void SetAbsoluteCourse(
    VARIANT Course,
    bool UseMagneticCourse
);
[Unmanaged C++]
public: HRESULT SetAbsoluteCourse(
    VARIANT Course,
    VARIANT_BOOL UseMagneticCourse
);
[Java]
public void setAbsoluteCourse(
    AgVariant Course,
    bool UseMagneticCourse
);
[Python - STK API ]
def SetAbsoluteCourse(self, Course:typing.Any, UseMagneticCourse:bool) -> None:

Parameters

Course
UseMagneticCourse

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.