Gets the name of the handle.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public string GetHandleName()
Return Value
StringReturns 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. |