Opt whether to use a magnetic heading for the runway heading.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsMagnetic() As Boolean |
[C#] |
---|
public bool IsMagnetic {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsMagnetic(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsMagnetic( VARIANT_BOOL * pVal ); public: HRESULT put_IsMagnetic( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getIsMagnetic(); public void setIsMagnetic( bool ); |