Description
The yaw rate when transitioning between attitude modes.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property YawRate() As System.Object
|
| [C#] |
|---|
public System.Object YawRate {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_YawRate(); public: __property void set_YawRate(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_YawRate(
VARIANT * pVal
);
public: HRESULT put_YawRate(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getYawRate();
public void setYawRate(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def YawRate(self) -> typing.Any:
@YawRate.setter
def YawRate(self, newVal:typing.Any) -> None:
|
See Also