Revit 2026 API
Rebar |
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.0.4.0 (26.0.4.0)
Syntax
public int GetCustomHandleTag()
Public Function GetCustomHandleTag As Integer
public: int GetCustomHandleTag()
member GetCustomHandleTag : unit -> int
Return Value
Int32Returns the handle tag of the RebarConstrainedHandle.
| Exception | Condition |
|---|---|
| InvalidOperationException | Constrained rebar isn't a free form rebar element. |
See Also