RebarHandlesDataAddCustomHandle 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.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void AddCustomHandle(
int customHandleTag
)
Public Sub AddCustomHandle (
customHandleTag As Integer
)
public:
void AddCustomHandle(
int customHandleTag
)
member AddCustomHandle :
customHandleTag : int -> unit
Parameters
- customHandleTag Int32
-
The tag of the handle. The tag should be different from the previous ones that were added.
Exceptions
See Also