AGI STK VGT 11 Send 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.





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1