STK AviatorSend comments on this topic.
UseMagneticBearing Property (IAgAvtrProcedureHover)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to use a magnetic heading for the translation bearing.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMagneticBearing() As Boolean
[C#]
public bool UseMagneticBearing {get; set;}
[Managed C++]
public: __property bool get_UseMagneticBearing();
public: __property void set_UseMagneticBearing( bool );
[Unmanaged C++]
public: HRESULT get_UseMagneticBearing(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMagneticBearing(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseMagneticBearing();
public void setUseMagneticBearing(
    bool
);
[Python - STK API ]
@property
def UseMagneticBearing(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.