Opt whether to fail while climbing if there is insufficient specific excess power.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClimbFailOnInsufficientPerformance() As Boolean |
[C#] |
---|
public bool ClimbFailOnInsufficientPerformance {get; set;} |
[Managed C++] |
---|
public: __property bool get_ClimbFailOnInsufficientPerformance(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClimbFailOnInsufficientPerformance( VARIANT_BOOL * pVal ); public: HRESULT put_ClimbFailOnInsufficientPerformance( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getClimbFailOnInsufficientPerformance(); public void setClimbFailOnInsufficientPerformance( bool ); |