Set the method and corresponding value to define the control limits of the aircraft during the maneuver.
[Visual Basic .NET] |
---|
Public Sub SetControlLimit( _ ByVal ControlLimitMode As AgEAvtrProfileControlLimit, _ ByVal ControlLimitValue As System.Object _ ) |
[C#] |
---|
public void SetControlLimit( AgEAvtrProfileControlLimit ControlLimitMode, System.Object ControlLimitValue ); |
[Managed C++] |
---|
public: void SetControlLimit( AgEAvtrProfileControlLimit ControlLimitMode, VARIANT ControlLimitValue ); |
[Unmanaged C++] |
---|
public: HRESULT SetControlLimit( AgEAvtrProfileControlLimit ControlLimitMode, VARIANT ControlLimitValue ); |
[Java] |
---|
public void setControlLimit( AgEAvtrProfileControlLimit ControlLimitMode, AgVariant ControlLimitValue ); |
[Python - STK API ] |
---|
def SetControlLimit(self, ControlLimitMode:"AgEAvtrProfileControlLimit", ControlLimitValue:typing.Any) -> None: |
- ControlLimitMode
- ControlLimitValue