Creates and registers a condition using specified name, description and type.
| [Visual Basic .NET] |
|---|
Public Function Create( _ ByVal Name As String, _ ByVal Description As String, _ ByVal Type As AgECrdnConditionType _ ) As IAgCrdnCondition |
| [C#] |
|---|
public IAgCrdnCondition Create( |
| [Managed C++] |
|---|
public: IAgCrdnCondition^ Create( |
| [Java] |
|---|
public IAgCrdnCondition create( |
| [Unmanaged C++] |
|---|
public: HRESULT Create( |
- Name
- Description
- Type
Member Value Description eCrdnConditionTypeUnknown -1 Unknown or unsupported condition type eCrdnConditionTypeScalarBounds 0 Condition placing bounds on specified scalar. eCrdnConditionTypeCombined 1 Multiple conditiones on specified scalar.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.
Create a condition defined by determining if input scalar is within specified bounds.
| [C#] | Copy Code | |
|---|---|---|
| ||
Create a condition defined by determining if input scalar is within specified bounds.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
