Describes what is added at the end of a Rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public enum RebarEndType
Members
Member name | Value | Description |
---|---|---|
Crank | 3 | A Crank is added to the end of the Rebar. |
EndTreatment | 2 | An End Treatment is added to the end of the Rebar. |
Hook | 1 | A Hook is added to the end of the Rebar. |
None | 0 | There is nothing added to the end of the Rebar. |