AGI STK VGT 11Send comments on this topic.
SetThresholdsAndLabels Method (IAgCrdnConditionSetScalarThresholds)
See Also
Thresholds
ThresholdLabels
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 _
) As 
[C#]
public void SetThresholdsAndLabels(
    System.Array Thresholds,
    System.Array ThresholdLabels
);
[Managed C++]
public: void SetThresholdsAndLabels(
    System::Array ^ Thresholds,
    System::Array ^ ThresholdLabels
);
[Java]
public void setThresholdsAndLabels(
    VariantArray Thresholds,
    VariantArray ThresholdLabels
);
[Unmanaged C++]
public: HRESULT SetThresholdsAndLabels(
    SAFEARRAY * * Thresholds,
    SAFEARRAY * * ThresholdLabels
);

Parameters

Thresholds
ThresholdLabels

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.