STK AviatorSend comments on this topic.
ControlLimitMode Property (IAgAvtrBasicManeuverStrategyRelativeFPA)
See Also
Windows





Windows & Linux

Description

Get the method to define the control limits of the aircraft during the maneuver.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ControlLimitMode() As AgEAvtrProfileControlLimit
[C#]
public AgEAvtrProfileControlLimit ControlLimitMode {get;}
[Managed C++]
public: __property AgEAvtrProfileControlLimit get_ControlLimitMode();
[Unmanaged C++]
public: HRESULT get_ControlLimitMode(
    AgEAvtrProfileControlLimit * pVal
);
[Java]
public AgEAvtrProfileControlLimit getControlLimitMode();
[Python - STK API ]
@property
def ControlLimitMode(self) -> "AgEAvtrProfileControlLimit":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.