 Description
Description
Opt whether to fail while climbing if there is insufficient specific excess power.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property ClimbFailOnInsufficientPerformance() As Boolean
 | 
| [C#] | 
|---|
| public bool ClimbFailOnInsufficientPerformance {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property bool get_ClimbFailOnInsufficientPerformance();public: __property void set_ClimbFailOnInsufficientPerformance(
    bool
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_ClimbFailOnInsufficientPerformance(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ClimbFailOnInsufficientPerformance(
    VARIANT_BOOL pVal
);
 | 
| [Java] | 
|---|
| public bool getClimbFailOnInsufficientPerformance();
public void setClimbFailOnInsufficientPerformance(
    bool
);
 | 
| [Python - STK API] | 
|---|
| @property
def ClimbFailOnInsufficientPerformance(self) -> bool:
@ClimbFailOnInsufficientPerformance.setter
def ClimbFailOnInsufficientPerformance(self, pVal:bool) -> None:
 | 
 See Also
See Also