Increment to which numeric values of analysis results are rounded in markers.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2011
Syntax
| C# |
|---|
public double Rounding { get; set; } |
| Visual Basic |
|---|
Public Property Rounding As Double Get Set |
| Visual C++ |
|---|
public: property double Rounding { double get (); void set (double value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentsInconsistentException | When setting this property: rounding is not positive |