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