RebarConstrainedHandleGetCustomHandleTag Method

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

Return Value

Int32
Returns the tag of custom handle.
Exceptions
ExceptionCondition
InvalidOperationException RebarConstrainedHandle is no longer valid. -or- The RebarConstrainedHandle is not of RebarHandleType 'CustomHandle'.
See Also