STK AviatorSend comments on this topic.
BankAngle Property (IAgAvtrLevelTurns)
See Also
Windows





Windows & Linux

Description

Get the bank angle.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BankAngle() As System.Object
[C#]
public System.Object BankAngle {get;}
[Managed C++]
public: __property VARIANT get_BankAngle();
[Unmanaged C++]
public: HRESULT get_BankAngle(
    VARIANT * pVal
);
[Java]
public AgVariant getBankAngle();
[Python - STK API ]
@property
def BankAngle(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.