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





Windows & Linux

Description

Get the turn radius.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TurnRadius() As Double
[C#]
public double TurnRadius {get;}
[Managed C++]
public: __property double get_TurnRadius();
[Unmanaged C++]
public: HRESULT get_TurnRadius(
    double * pVal
);
[Java]
public double getTurnRadius();
[Python - STK API ]
@property
def TurnRadius(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.