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

In This Topic
    LimitedAdjustmentAreas Property
    In This Topic
    Gets or sets the collection of polygons to use to limit the features in the rubbersheet operation.
    Syntax
    Public Property LimitedAdjustmentAreas As IEnumerable(Of Polygon)
    public IEnumerable<Polygon> LimitedAdjustmentAreas {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also