ArcGIS Pro 2.9 API Reference Guide
Rubbersheet(Layer,Layer,Layer,Layer,Boolean) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Rubbersheet Method : Rubbersheet(Layer,Layer,Layer,Layer,Boolean) Method
The layer to rubbersheet.
The layer containing the lines used as vectors for the rubbersheet.
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 a layer.
Syntax
Public Overloads Sub Rubbersheet( _
   ByVal layer As Layer, _
   ByVal linkLayer As Layer, _
   Optional ByVal anchorPointLayer As Layer, _
   Optional ByVal limitedAdjustmentArea As Layer, _
   Optional ByVal useNearestNeighbor As Boolean _
) 

Parameters

layer
The layer to rubbersheet.
linkLayer
The layer containing the lines used as vectors for the rubbersheet.
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 the specified layer, 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