<Code Lib>
2025.3 Method
Changes 0
M

RebarHandlePositionData.SetPosition

Description:
Sets the position for a specified handle. This information is set to the rebar after the API execution is finished successfully.

public void SetPosition(
	int handleTag,
	XYZ position
)

  • Int32
    handleTag
    The tag of the handle.
  • position
    Position of the handle.

Loading…