Description
The roll rate when the aircraft in a turn.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RollRate() As System.Object
|
| [C#] |
|---|
public System.Object RollRate {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_RollRate(); public: __property void set_RollRate(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RollRate(
VARIANT * pVal
);
public: HRESULT put_RollRate(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getRollRate();
public void setRollRate(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def RollRate(self) -> typing.Any:
@RollRate.setter
def RollRate(self, newVal:typing.Any) -> None:
|
See Also