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