RebarHandlesDataSetEndHandle Method |
Sets the end handle tag. 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 SetEndHandle(
int endHandleTag
)
Public Sub SetEndHandle (
endHandleTag As Integer
)
public:
void SetEndHandle(
int endHandleTag
)
member SetEndHandle :
endHandleTag : int -> unit
Parameters
- endHandleTag Int32
-
The tag of the end handle.
See Also