Gets the condition upper value (valid if less) for a given condition index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double GetConditionUpperValue(
int condition
)
Parameters
- condition Int32
-
The condition index.
Return Value
Double
The condition upper value.
Exceptions
Remarks
A value of -1 indicates an unrestricted value.
See Also
Reference