Gets the object Pitch angle value.
Read-only property
[Visual Basic .NET] |
---|
Public Property PitchAngle() As Double |
[C#] |
---|
public double PitchAngle {get;} |
[Managed C++] |
---|
public: __property double get_PitchAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_PitchAngle( double * pPitchAngle ); |
[Java] |
---|
public double getPitchAngle(); |