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.
Read-write property
[Visual Basic .NET] |
---|
Public Property ArriveOnCourse() As System.Object |
[C#] |
---|
public System.Object ArriveOnCourse {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ArriveOnCourse(); |
[Unmanaged C++] |
---|
public: HRESULT get_ArriveOnCourse( VARIANT * pVal ); public: HRESULT put_ArriveOnCourse( VARIANT newVal ); |
[Java] |
---|
public AgVariant getArriveOnCourse(); public void setArriveOnCourse( AgVariant ); |