FabricationServiceButton.IsUnrestrictedCondition
Method
Description:
Checks if the condition is unrestricted.
Checks if the condition is unrestricted.
Parameters
| Parameter | Type | Description |
|---|---|---|
| condition | Int32 | The condition index. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the condition is unrestricted. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index condition is not larger or equal to 0 and less than ConditionCount. |