STK Vector Geometry ToolSend comments on this topic.
SetThresholdsAndLabels Method (IAgCrdnConditionSetScalarThresholds)
See Also
Thresholds
An array of fixed values against which to compare computed scalar.
ThresholdLabels
A vector of strings where each string is a label for corresponding fixed threshold value.
Windows





Windows & Linux

Description

Set thresholds and threshold labels.

Syntax

[Visual Basic .NET]
Public Sub SetThresholdsAndLabels( _
    ByVal Thresholds As System.Array, _
    ByVal ThresholdLabels As System.Array _
)
[C#]
public void SetThresholdsAndLabels(
    System.Array Thresholds,
    System.Array ThresholdLabels
);
[Managed C++]
public: void SetThresholdsAndLabels(
    System::Array ^ Thresholds,
    System::Array ^ ThresholdLabels
);
[Unmanaged C++]
public: HRESULT SetThresholdsAndLabels(
    SAFEARRAY * * Thresholds,
    SAFEARRAY * * ThresholdLabels
);
[Java]
public void setThresholdsAndLabels(
    AgSafeArray Thresholds,
    AgSafeArray ThresholdLabels
);
[Python - STK API ]
def SetThresholdsAndLabels(self, Thresholds:list, ThresholdLabels:list) -> None:

Parameters

Thresholds
An array of fixed values against which to compare computed scalar.
ThresholdLabels
A vector of strings where each string is a label for corresponding fixed threshold value.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.