RebarEndType Enumeration

RebarEndType Enumeration

Describes what is added at the end of a Rebar.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum RebarEndType
Public Enumeration RebarEndType
public enum class RebarEndType
type RebarEndType
Members
Member nameValueDescription
Crank3 A Crank is added to the end of the Rebar.
EndTreatment2 An End Treatment is added to the end of the Rebar.
Hook1 A Hook is added to the end of the Rebar.
None0 There is nothing added to the end of the Rebar.
See Also