RebarHandlesDataSetStartHandle Method |
Sets the start 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: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetStartHandle(
int startHandleTag
)
Public Sub SetStartHandle (
startHandleTag As Integer
)
public:
void SetStartHandle(
int startHandleTag
)
member SetStartHandle :
startHandleTag : int -> unit
Parameters
- startHandleTag Int32
-
The tag of the start handle.
See Also