Description
The threshold indicates whether to include conditions below the lowest threhsolds.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IncludeBelowLowestThreshold() As Boolean
|
| [C#] |
|---|
public bool IncludeBelowLowestThreshold {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IncludeBelowLowestThreshold(); public: __property void set_IncludeBelowLowestThreshold(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IncludeBelowLowestThreshold(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeBelowLowestThreshold(
VARIANT_BOOL IncludeBelowLowestThreshold
);
|
| [Java] |
|---|
public bool getIncludeBelowLowestThreshold();
public void setIncludeBelowLowestThreshold(
bool
);
|
| [Python - STK API] |
|---|
@property
def IncludeBelowLowestThreshold(self) -> bool:
@IncludeBelowLowestThreshold.setter
def IncludeBelowLowestThreshold(self, IncludeBelowLowestThreshold:bool) -> None:
|
See Also