Revit 2025.3 API
Rebar |
Gets the name of the handle.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string GetHandleName()
Public Function GetHandleName As String
public: String^ GetHandleName()
member GetHandleName : unit -> string
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.
| Exception | Condition |
|---|---|
| InvalidOperationException | RebarConstrainedHandle is no longer valid. |
See Also