RVTDocs.com

RebarHandlesData.AddCustomHandle

Method
Description:
Adds a new handle definition to the rebar. This information is set to the rebar after the API execution is finished successfully.
Syntax
public void AddCustomHandle(
	int customHandleTag
)
Parameters
Parameter Type Description
customHandleTag Int32 The tag of the handle. The tag should be different from the previous ones that were added.
Return Value
Exceptions
Exception Condition
ArgumentException customHandleTag is a duplicate tag.