Gets or sets the true course used when the vehicle's direction vector is set to Zenith.
Read-write property
[Visual Basic .NET] |
---|
Public Property TrueCourseHint() As System.Object |
[C#] |
---|
public System.Object TrueCourseHint {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_TrueCourseHint(); |
[Unmanaged C++] |
---|
public: HRESULT get_TrueCourseHint( VARIANT * pVal ); public: HRESULT put_TrueCourseHint( VARIANT newVal ); |
[Java] |
---|
public AgVariant getTrueCourseHint(); public void setTrueCourseHint( AgVariant ); |