Rounds the given raw value and checks whether it is an acceptable cloud spacing value after it is rounded.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsAcceptableRevisionCloudSpacing(
double rawValue
)
Parameters
- rawValue Double
-
The raw value to check. This value need not be rounded prior to calling this function.
Return Value
Boolean
True if the value will be acceptable after rounding, False otherwise
Remarks
After rounding, the value must be a valid length that is greater than zero.
See Also
Reference