ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / RubbersheetByGeometries Class / AnchorPoints Property

In This Topic
    AnchorPoints Property
    In This Topic
    Gets or sets the collection of points to use as anchor points for the rubbersheet.
    Syntax
    Public Property AnchorPoints As IEnumerable(Of MapPoint)
    public IEnumerable<MapPoint> AnchorPoints {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also