FabricationServiceButton.GetConditionLowerValue
Method
Description:
Gets the condition lower value (valid if greater or equal) for a given condition index.
Gets the condition lower value (valid if greater or equal) for a given condition index.
Remarks:
A value of -1 indicates an unrestricted value.
A value of -1 indicates an unrestricted value.
Parameters
| Parameter | Type | Description |
|---|---|---|
| condition | Int32 | The condition index. |
Return Value
| Type | Description |
|---|---|
| Double | The condition lower value. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index condition is not larger or equal to 0 and less than ConditionCount. |