AGI STK VGT 11Send 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( _
   ByRef Thresholds As System.Array, _
   ByRef ThresholdLabels As System.Array _
) 
[C#]
public void SetThresholdsAndLabels(
   ref System.Array Thresholds,
   ref System.Array ThresholdLabels
);
[Managed C++]
public: void SetThresholdsAndLabels(
   System::Array ^^ Thresholds,
   System::Array ^^ ThresholdLabels
);
[Java]
public  setThresholdsAndLabels(
   Object[] Thresholds,
   Object[] ThresholdLabels
);
[Unmanaged C++]
public: HRESULT SetThresholdsAndLabels(
   SAFEARRAY ** Thresholds,
   SAFEARRAY ** ThresholdLabels
);

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.