FabricationServiceButton.GetConditionUpperValue
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.
public double GetConditionUpperValue(
int condition
)
-
Int32conditionThe condition index.
Return Value
Double
The condition upper value.
-
The index condition is not larger or equal to 0 and less than ConditionCount.