The rounding for Cut Overall Length and Cut Overall Width parameters.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public double TotalLengthRounding { get; set; }
Property Value
DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The given value for value is not a number |
| ArgumentOutOfRangeException | When setting this property: The rounding value is not a positive value. |
| InvalidOperationException | When setting this property: IsActiveOnElement property is false. |
