SetCustomHandleName Method


Sets the name of the handle.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2018

Syntax

C#
public void SetCustomHandleName(
	string customHandleName
)
Visual Basic
Public Sub SetCustomHandleName ( _
	customHandleName As String _
)
Visual C++
public:
void SetCustomHandleName(
	String^ customHandleName
)

Parameters

customHandleName
Type: System String
The name of the handle.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

See Also