Revit 2026 API
Revision |
Rounds the given raw value and checks whether it is an acceptable cloud spacing value after it is rounded.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsAcceptableRevisionCloudSpacing( double rawValue )
Public Function IsAcceptableRevisionCloudSpacing ( rawValue As Double ) As Boolean
public: bool IsAcceptableRevisionCloudSpacing( double rawValue )
member IsAcceptableRevisionCloudSpacing : rawValue : float -> bool
Parameters
- rawValue Double
- The raw value to check. This value need not be rounded prior to calling this function.
Return Value
BooleanTrue if the value will be acceptable after rounding, False otherwise

After rounding, the value must be a valid length that is greater than zero.
See Also