AnnotationMultipleAlignmentUtils.GetAnnotationOutlineWithoutLeaders Method
Gets the four corners of the alignable element in model space without its leaders.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<XYZ> GetAnnotationOutlineWithoutLeaders( Element element )
Parameters
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.
Exceptions
Exception
Condition
ArgumentException
The element element does not support multiple alignment behavior. -or-
ArgumentNullException
A non-optional argument was null
See Also
Reference
AnnotationMultipleAlignmentUtils Class
Autodesk.Revit.DB Namespace