RebarConstraintGetCustomHandleTag 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: 25.0.0.0 (25.0.0.0)
Syntax
public int GetCustomHandleTag()

Return Value

Int32
Returns the handle tag of the RebarConstrainedHandle.
Exceptions
ExceptionCondition
InvalidOperationException Constrained rebar isn't a free form rebar element.
See Also