Revit 2026 API
Analysis |
Increment to which numeric values of analysis results are rounded in diagram.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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