Revit 2025.3 API
Rebar |
Identifies how the bending detail will represent the segments of the bar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public BendingDetailSegmentsRepresentation SegmentsRepresentation { get; set; }
Public Property SegmentsRepresentation As BendingDetailSegmentsRepresentation Get Set
public: property BendingDetailSegmentsRepresentation SegmentsRepresentation { BendingDetailSegmentsRepresentation get (); void set (BendingDetailSegmentsRepresentation value); }
member SegmentsRepresentation : BendingDetailSegmentsRepresentation with get, set
Property Value
BendingDetailSegmentsRepresentation| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also