 Description
Description
Opt whether to use a magnetic heading for the runway heading.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property IsMagnetic() As Boolean
 | 
| [C#] | 
|---|
| public bool IsMagnetic {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property bool get_IsMagnetic();public: __property void set_IsMagnetic(
    bool
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_IsMagnetic(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsMagnetic(
    VARIANT_BOOL newVal
);
 | 
| [Java] | 
|---|
| public bool getIsMagnetic();
public void setIsMagnetic(
    bool
);
 | 
| [Python - STK API] | 
|---|
| @property
def IsMagnetic(self) -> bool:
@IsMagnetic.setter
def IsMagnetic(self, newVal:bool) -> None:
 | 
 See Also
See Also