RVTDocs.com

FabricationServiceButton.GetConditionUpperValue

Method
Description:
Gets the condition upper value (valid if less) for a given condition index.
Remarks:
A value of -1 indicates an unrestricted value.
Syntax
public double GetConditionUpperValue(
	int condition
)
Parameters
Parameter Type Description
condition Int32 The condition index.
Return Value
Type Description
Double The condition upper value.
Exceptions
Exception Condition
ArgumentOutOfRangeException The index condition is not larger or equal to 0 and less than ConditionCount.