AGI STK VGT 11 Send comments on this topic.
CreateScalarThresholds Method (IAgCrdnConditionSetFactory)
See Also 
Name
Component's name. The name must not have spaces.
Description
Component's optional description.





Description

Create a scalar thresholds condition set.

Syntax

[Visual Basic .NET]
Public Function CreateScalarThresholds( _
   ByVal Name As String, _
   ByVal Description As String _
) As IAgCrdnConditionSet

[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 ** ReturnValue
);

Parameters

Name
Component's name. The name must not have spaces.
Description
Component's optional description.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1