Get the aircraft's pitch rate.
Read-only property
[Visual Basic .NET] |
---|
Public Property PitchRate() As System.Object |
[C#] |
---|
public System.Object PitchRate {get;} |
[Managed C++] |
---|
public: __property VARIANT get_PitchRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_PitchRate( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getPitchRate(); |