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