STK AviatorSend comments on this topic.
UseRelativeCourse Property (IAgAvtrBasicManeuverStrategyRelativeCourse)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to specify a relative course as opposed to a true course.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRelativeCourse() As Boolean
[C#]
public bool UseRelativeCourse {get; set;}
[Managed C++]
public: __property bool get_UseRelativeCourse();
public: __property void set_UseRelativeCourse( bool );
[Unmanaged C++]
public: HRESULT get_UseRelativeCourse(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseRelativeCourse(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseRelativeCourse();
public void setUseRelativeCourse(
    bool
);
[Python - STK API ]
@property
def UseRelativeCourse(self) -> bool:

@UseRelativeCourse.setter
def UseRelativeCourse(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.