Revit 2025.3 API
Analysis |
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
Exception | Condition |
---|---|
ArgumentsInconsistentException | When setting this property: rounding is not positive |
See Also