Description
The threshold indicates whether to include conditions above the highest threhsold.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IncludeAboveHighestThreshold() As Boolean
|
| [C#] |
|---|
public bool IncludeAboveHighestThreshold {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IncludeAboveHighestThreshold(); public: __property void set_IncludeAboveHighestThreshold(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IncludeAboveHighestThreshold(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeAboveHighestThreshold(
VARIANT_BOOL IncludeAboveHighestThreshold
);
|
| [Java] |
|---|
public bool getIncludeAboveHighestThreshold();
public void setIncludeAboveHighestThreshold(
bool
);
|
| [Python - STK API] |
|---|
@property
def IncludeAboveHighestThreshold(self) -> bool:
@IncludeAboveHighestThreshold.setter
def IncludeAboveHighestThreshold(self, IncludeAboveHighestThreshold:bool) -> None:
|
See Also