Revit 2025 API
Revision |
Rounds the given revision cloud spacing value according to the document's settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static double RoundRevisionCloudSpacing( Document ccda, double rawValue )
Public Shared Function RoundRevisionCloudSpacing ( ccda As Document, rawValue As Double ) As Double
public: static double RoundRevisionCloudSpacing( Document^ ccda, double rawValue )
static member RoundRevisionCloudSpacing : ccda : Document * rawValue : float -> float
Parameters
Return Value
DoubleThe rounded revision cloud spacing.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also