Gets or sets the maximum pitch angle the aircraft will be allowed to use.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxPitchAngle() As System.Object |
[C#] |
---|
public System.Object MaxPitchAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxPitchAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxPitchAngle( VARIANT * pVal ); public: HRESULT put_MaxPitchAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMaxPitchAngle(); public void setMaxPitchAngle( AgVariant ); |