Gets or sets the yaw rate when transitioning between attitude modes.
Read-write property
[Visual Basic .NET] |
---|
Public Property YawRate() As System.Object |
[C#] |
---|
public System.Object YawRate {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_YawRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_YawRate( VARIANT * pVal ); public: HRESULT put_YawRate( VARIANT newVal ); |
[Java] |
---|
public AgVariant getYawRate(); public void setYawRate( AgVariant ); |