STK AviatorSend comments on this topic.
ArriveOnCourse Property (IAgAvtrNavigationOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the aircraft will start or arrive at the procedure site with the specified course. The nav mode must be set to Arrive on Course to set this value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArriveOnCourse() As System.Object
[C#]
public System.Object ArriveOnCourse {get; set;}
[Managed C++]
public: __property VARIANT get_ArriveOnCourse();
public: __property void set_ArriveOnCourse( VARIANT );
[Unmanaged C++]
public: HRESULT get_ArriveOnCourse(
    VARIANT * pVal
);
public: HRESULT put_ArriveOnCourse(
    VARIANT newVal
);
[Java]
public AgVariant getArriveOnCourse();
public void setArriveOnCourse(
    AgVariant
);
[Python - STK API ]
@property
def ArriveOnCourse(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.