STK AviatorSend comments on this topic.
UseMagneticHeading Property (IAgAvtrProcedureHoldingCircular)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to use a magnetic heading.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMagneticHeading() As Boolean
[C#]
public bool UseMagneticHeading {get; set;}
[Managed C++]
public: __property bool get_UseMagneticHeading();
public: __property void set_UseMagneticHeading( bool );
[Unmanaged C++]
public: HRESULT get_UseMagneticHeading(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMagneticHeading(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseMagneticHeading();
public void setUseMagneticHeading(
    bool
);
[Python - STK API ]
@property
def UseMagneticHeading(self) -> bool:

@UseMagneticHeading.setter
def UseMagneticHeading(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.