AnnotationMultipleAlignmentUtils.GetAnnotationOutlineWithoutLeaders
Method
Description:
Gets the four corners of the alignable element in model space without its leaders.
Gets the four corners of the alignable element in model space without its leaders.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | The element for which we are retrieving the outline corners. |
Return Value
Type | Description |
---|---|
IList | The array of the four corner points for the alignable element. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The element element does not support multiple alignment behavior. -or- |
ArgumentNullException | A non-optional argument was null |