Gets or sets the option to specify a relative course as opposed to a true course.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseRelativeCourse() As Boolean |
[C#] |
---|
public bool UseRelativeCourse {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseRelativeCourse(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseRelativeCourse( VARIANT_BOOL * pVal ); public: HRESULT put_UseRelativeCourse( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseRelativeCourse(); public void setUseRelativeCourse( bool ); |