Share

RebarHandleNameData.SetCustomHandleName Method

Sets the name of the handle.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public void SetCustomHandleName(
	string customHandleName
)

Parameters

customHandleName  String
The name of the handle.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?