STK AviatorSend comments on this topic.
IsMagnetic Property (IAgAvtrSiteRunway)
See Also
Windows





Windows & Linux

Description

Opt whether to use a magnetic heading for the runway heading.

Property type

Read-write property

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.