Rounds the given revision cloud spacing value according to the document's settings.
Namespace: Autodesk.Revit.DBAssembly: 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
Double
The rounded revision cloud spacing.
Exceptions
See Also
Reference