<Code Lib>
2025.3 Method
Changes 2
M

IndependentTag.GetLeaderEnd

Description:
Returns the end position of the tag's leader that points to specified reference.
Remarks:
Tags with attached leaders or no leaders do not support leader ends. LeaderEndCondition for the tag's leader condition.

public XYZ GetLeaderEnd(
	Reference referenceTagged
)

  • referenceTagged
    The reference which is tagged.
Return Value XYZ Point representing the end position of tag's leader

Loading…