Returns the handle tag of the RebarConstrainedHandle.
This is valid only for Free Form Rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public int GetCustomHandleTag()
Return Value
Int32Returns the handle tag of the RebarConstrainedHandle.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Constrained rebar isn't a free form rebar element. |