FabricationServiceButton.GetConditionUpperValue
Method
Description:
Gets the condition upper value (valid if less) for a given condition index.
Gets the condition upper value (valid if less) 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 upper value. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index condition is not larger or equal to 0 and less than ConditionCount. |