<Code Lib>
2025 Method
Changes 0
M

FabricationServiceButton.GetConditionUpperValue

Description:
Gets the condition upper value (valid if less) for a given condition index.
Remarks:
A value of -1 indicates an unrestricted value.

public double GetConditionUpperValue(
	int condition
)

  • condition
    The condition index.
Return Value Double The condition upper value.

Loading…