Gets or sets the rate of change of the yaw rate.
Read-write property
[Visual Basic .NET] |
---|
Public Property YawRateDot() As System.Object |
[C#] |
---|
public System.Object YawRateDot {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_YawRateDot(); |
[Unmanaged C++] |
---|
public: HRESULT get_YawRateDot( VARIANT * pVal ); public: HRESULT put_YawRateDot( VARIANT newVal ); |
[Java] |
---|
public AgVariant getYawRateDot(); public void setYawRateDot( AgVariant ); |