 Description
Description
The rate of change of the yaw rate.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property YawRateDot() As System.Object
 | 
| [C#] | 
|---|
| public System.Object YawRateDot {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property VARIANT get_YawRateDot();public: __property void set_YawRateDot(
    VARIANT
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_YawRateDot(
    VARIANT * pVal
);
public: HRESULT put_YawRateDot(
    VARIANT newVal
);
 | 
| [Java] | 
|---|
| public AgVariant getYawRateDot();
public void setYawRateDot(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def YawRateDot(self) -> typing.Any:
@YawRateDot.setter
def YawRateDot(self, newVal:typing.Any) -> None:
 | 
 See Also
See Also