STK AviatorSend comments on this topic.
MaxPitchRate Property (IAgAvtrBasicManeuverStrategyAutopilotProf)
See Also
Windows





Windows & Linux

Description

Gets or sets the max pitch rate for the control limits.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxPitchRate() As System.Object
[C#]
public System.Object MaxPitchRate {get; set;}
[Managed C++]
public: __property VARIANT get_MaxPitchRate();
public: __property void set_MaxPitchRate( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxPitchRate(
    VARIANT * pVal
);
public: HRESULT put_MaxPitchRate(
    VARIANT newVal
);
[Java]
public AgVariant getMaxPitchRate();
public void setMaxPitchRate(
    AgVariant
);
[Python - STK API ]
@property
def MaxPitchRate(self) -> typing.Any:

@MaxPitchRate.setter
def MaxPitchRate(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.