GetCustomHandleTag Method


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: 24.0.0.0 (24.0.0.0)
Since:  2018

Syntax

C#
public int GetCustomHandleTag()
Visual Basic
Public Function GetCustomHandleTag As Integer
Visual C++
public:
int GetCustomHandleTag()

Return Value

Returns the handle tag of the RebarConstrainedHandle.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsInvalidOperationException Constrained rebar is a shape driven rebar element.

See Also