The rounding for shared parameters used by rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2014
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Remarks
IsActiveOnElement property has to be true. SegmentLengthRounding is meaningless if IsActiveOnElement is false.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | When setting this property: The given value for value is not a number |
| Autodesk.Revit.ExceptionsArgumentOutOfRangeException | When setting this property: The rounding value is not a positive value. |
| Autodesk.Revit.ExceptionsInvalidOperationException | When setting this property: IsActiveOnElement property is false. |