<Code Lib>
2025 Method
Changes 5
M

AnnotationMultipleAlignmentUtils.GetAnnotationOutlineWithoutLeaders

Description:
Gets the four corners of the alignable element in model space without its leaders.

public static IList<XYZ> GetAnnotationOutlineWithoutLeaders(
	Element element
)

  • element
    The element for which we are retrieving the outline corners.
Return Value IList<XYZ> The array of the four corner points for the alignable element.

Loading…