Rounds the given revision cloud spacing value according to the document's settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static double RoundRevisionCloudSpacing( Document ccda, double rawValue )
Parameters
- ccda Document
- The document to use for rounding.
- rawValue Double
- The unrounded value.
Return Value
DoubleThe rounded revision cloud spacing.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
