<Code Lib>
2026 Method
Changes 3
M

IndependentTag.SetLeaderElbow

Description:
Set the position of the elbow of the tag's leader that points to specified reference. If this tag is a multileader tag and the elbows are merged, the input position will be set to all leaders.
Remarks:
Straight leaders do not have elbow points.

public void SetLeaderElbow(
	Reference referenceTagged,
	XYZ elbowPosition
)

  • referenceTagged
    The reference which is tagged.
  • elbowPosition
    The position of the elbow.

Loading…