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






Windows & Linux

Description

Creates and registers a condition set using specified name, description, and type.

Syntax

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

[C#]
public IAgCrdnConditionSet Create(
string Name,
string Description,
AgECrdnConditionSetType Type
);

[Managed C++]
public: IAgCrdnConditionSet^ Create(
String __gc ^ Name,
String __gc ^ Description,
AgECrdnConditionSetType Type
);

[Java]
public IAgCrdnConditionSet create(
String Name,
String Description,
AgECrdnConditionSetType Type
);

[Unmanaged C++]
public: HRESULT Create(
BSTR Name,
BSTR Description,
AgECrdnConditionSetType Type,
IAgCrdnConditionSet ** ReturnValue
);

Parameters

Name
Component's name. The name must not have spaces.
Description
Component's optional description.
Type
Member Value Description
eCrdnConditionSetTypeUnknown -1 Unknown or unsupported condition set types.
eCrdnConditionSetTypeScalarThresholds 0 Condition set placing multiple thresholds on specified scalar.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface