ArcGIS Pro 2.9 API Reference Guide
Rubbersheet(IEnumerable<KeyValuePair<MapMember,List<Int64>>>,Layer,Layer,Layer,Boolean) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Rubbersheet Method : Rubbersheet(IEnumerable<KeyValuePair<MapMember,List<Int64>>>,Layer,Layer,Layer,Boolean) Method
The selection to rubbersheet.
The layer containing the lines used as vectors for the transformation.
The layer containing points to be used as anchorpoints for the rubbersheet.
The layer containing polygons to be used to limit the features in the rubbersheet operation.
Option to use the rubbersheet NearestNeighbor method. If false (default), the Linear method is used.
Rubbersheet selected features.
Syntax

Parameters

selectedFeatures
The selection to rubbersheet.
linkLayer
The layer containing the lines used as vectors for the transformation.
anchorPointLayer
The layer containing points to be used as anchorpoints for the rubbersheet.
limitedAdjustmentArea
The layer containing polygons to be used to limit the features in the rubbersheet operation.
useNearestNeighbor
Option to use the rubbersheet NearestNeighbor method. If false (default), the Linear method is used.
Remarks
Performs a rubbersheet using selected features, link layer, anchorPoint layer and adjustmentArea layer.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List