<Code Lib>
2023 Method
Changes 0
M

FabricationServiceButton.GetConditionLowerValue

Description:
Gets the condition lower value (valid if greater or equal) for a given condition index.
Remarks:
A value of -1 indicates an unrestricted value.

public double GetConditionLowerValue(
	int condition
)

  • Int32
    condition
    The condition index.
Return Value double The condition lower value.

Loading…