Gets or sets the maximum pitch angle of the rotorcraft's flight path while climbing.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxClimbAngle() As System.Object |
[C#] |
---|
public System.Object MaxClimbAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxClimbAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxClimbAngle( VARIANT * pVal ); public: HRESULT put_MaxClimbAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMaxClimbAngle(); public void setMaxClimbAngle( AgVariant ); |