Share

RevisionSettings.RoundRevisionCloudSpacing Method

Rounds the given revision cloud spacing value according to the document's settings.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?