Revit 2025.3 API
Rebar |
Sets 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 void SetCustomHandleName( string customHandleName )
Public Sub SetCustomHandleName ( customHandleName As String )
public: void SetCustomHandleName( String^ customHandleName )
member SetCustomHandleName : customHandleName : string -> unit
Parameters
- customHandleName String
- The name of the handle.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also