ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / Element Class / GetAnchorPoint Method
Version

    GetAnchorPoint Method (Element)
    Get the element anchor point location. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Coordinate2D GetAnchorPoint()

    Return Value

    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Remarks
    Refer to ArcGIS.Core.CIM.Anchor to determine the relative anchor position which can be one of 9 possible positions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also