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





Windows & Linux

Description

Gets or sets the course value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Course() As System.Object
[C#]
public System.Object Course {get; set;}
[Managed C++]
public: __property VARIANT get_Course();
public: __property void set_Course( VARIANT );
[Unmanaged C++]
public: HRESULT get_Course(
    VARIANT * pVal
);
public: HRESULT put_Course(
    VARIANT newVal
);
[Java]
public AgVariant getCourse();
public void setCourse(
    AgVariant
);
[Python - STK API ]
@property
def Course(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.