Revit 2026 API
Rebar |
Defines the higher end of rebar shape.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int HigherEnd { get; }
Public ReadOnly Property HigherEnd As Integer Get
public: property int HigherEnd { int get (); }
member HigherEnd : int with get
Property Value
Int32
Change this property will make rebar shape's start and end hooks swap.
See Also