Share

RebarHandlesData.AddCustomHandle Method

Adds a new handle definition to the rebar. This information is set to the rebar after the API execution is finished successfully.


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

Syntax

C#

public void AddCustomHandle(
	int customHandleTag
)

Parameters

customHandleTag  Int32
The tag of the handle. The tag should be different from the previous ones that were added.

Exceptions

ExceptionCondition
ArgumentException customHandleTag is a duplicate tag.

See Also

Reference

Was this information helpful?