Gets or sets the direction the aircraft is traveling.
Read-write property
[Visual Basic .NET] |
---|
Public Property Course() As System.Object |
[C#] |
---|
public System.Object Course {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Course(); |
[Unmanaged C++] |
---|
public: HRESULT get_Course( VARIANT * pVal ); public: HRESULT put_Course( VARIANT newVal ); |
[Java] |
---|
public AgVariant getCourse(); public void setCourse( AgVariant ); |