RVTDocs.com

FabricationServiceButton.GetConditionLowerValue

Method
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.
Syntax
public double GetConditionLowerValue(
	int condition
)
Parameters
Parameter Type Description
condition Int32 The condition index.
Return Value
Type Description
Double The condition lower value.
Exceptions
Exception Condition
ArgumentOutOfRangeException The index condition is not larger or equal to 0 and less than ConditionCount.