GetHandleName Method


Rebar Constrained Handle Get Handle Name Method

Gets the name of the handle.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string GetHandleName()

Return Value

String
Returns the name of the handle. In case of handles of CustomHandle type it can return null if the server that defined them is not registered.
Exceptions
Exception Condition
InvalidOperationException RebarConstrainedHandle is no longer valid.
See Also