AGI STK VGT 11Send comments on this topic.
CreateScalarThresholds Method (IAgCrdnConditionSetFactory)
See Also
Name
Description
Windows






Windows & Linux

Description

Create a scalar thresholds condition set.

Syntax

[Visual Basic .NET]
Public Function CreateScalarThresholds( _
    ByVal Name As String, _
    ByVal Description As String _
) As 
[C#]
public IAgCrdnConditionSet CreateScalarThresholds(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnConditionSet^ CreateScalarThresholds(
    String __gc ^ Name,
    String __gc ^ Description
);
[Java]
public IAgCrdnConditionSet createScalarThresholds(
    String Name,
    String Description
);
[Unmanaged C++]
public: HRESULT CreateScalarThresholds(
    BSTR Name,
    BSTR Description,
    IAgCrdnConditionSet ** ppRetVal
);

Parameters

Name
Description

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.