Share

FabricRoundingManager.SegmentLengthRounding Property

The rounding for fabric segments.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double SegmentLengthRounding { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
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.

Remarks

IsActiveOnElement property has to be true. SegmentLengthRounding is meaningless if IsActiveOnElement is false.

See Also

Reference

Was this information helpful?