ArcGIS Pro 2.7 API Reference Guide
Rubbersheet Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class : Rubbersheet 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 layer.
Option to use the rubbersheet NearestNeighbor method. If false (default), the linear method is used.
Rubbersheet a layer.
Syntax
Public 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 layer.
useNearestNeighbor
Option to use the rubbersheet NearestNeighbor method. If false (default), the linear method is used.
Remarks
Performs a rubbersheet using selected features, selected links, selected anchorpoints and selected adjustmentareas from each of the respective layers.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members