Description
The input threshold values, flags indicating whether to include conditions above the highest and below the lowest threhsolds, and corresponding labels.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property Thresholds() As System.Array
|
[C#] |
---|
public System.Array Thresholds {get;}
|
[Managed C++] |
---|
public: __property System::Array get_Thresholds();
|
[Unmanaged C++] |
---|
public: HRESULT get_Thresholds(
SAFEARRAY * * ppRetVal
);
|
[Java] |
---|
public AgSafeArray getThresholds();
|
[Python - STK API] |
---|
@property
def Thresholds(self) -> list:
|
See Also