Revit 2025.3 API
Rebar |
Returns the tag of the handle. The type of the handle should be 'CustomHandle'.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int GetCustomHandleTag()
Public Function GetCustomHandleTag As Integer
public: int GetCustomHandleTag()
member GetCustomHandleTag : unit -> int
Return Value
Int32Returns the tag of custom handle.
| Exception | Condition |
|---|---|
| InvalidOperationException | RebarConstrainedHandle is no longer valid. -or- The RebarConstrainedHandle is not of RebarHandleType 'CustomHandle'. |
See Also