AnalysisDisplayMarkersAndTextSettings.Rounding Property

AnalysisDisplayMarkersAndTextSettingsRounding Property

Increment to which numeric values of analysis results are rounded in markers.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double Rounding { get; set; }
Public Property Rounding As Double
	Get
	Set
public:
property double Rounding {
	double get ();
	void set (double value);
}
member Rounding : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
ArgumentsInconsistentException When setting this property: rounding is not positive
See Also