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