Creates and registers a condition set using specified name, description, and type.
[Visual Basic .NET] |
---|
Public Function Create( _ ByVal Name As String, _ ByVal Description As String, _ ByVal Type As AgECrdnConditionSetType _ ) As IAgCrdnConditionSet |
[C#] |
---|
public IAgCrdnConditionSet Create( |
[Managed C++] |
---|
public: IAgCrdnConditionSet^ Create( |
[Java] |
---|
public IAgCrdnConditionSet create( |
[Unmanaged C++] |
---|
public: HRESULT Create( |
- 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.