RebarStyle Enumeration


Describes the usage style of a RebarShape. The style affects the bend radius and the set of allowable hooks. It also affects Rebar instance auto-constraining behavior.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)

Syntax

C#
public enum RebarStyle
Visual Basic
Public Enumeration RebarStyle
Visual C++
public enum class RebarStyle

Members

Member name Description
Standard A standard or longitudinal bar.
StirrupTie A stirrup or tie bar.

See Also