ArcGIS Pro 2.8 API Reference Guide
Reshape(Layer,IEnumerable<Int64>,Geometry) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Reshape Method : Reshape(Layer,IEnumerable<Int64>,Geometry) Method
The layer of the features to reshape.
The oids of the features to reshape.
Reshape the features with this geometry.
Reshape features with a geometry.
Syntax
Public Overloads Sub Reshape( _
   ByVal layer As Layer, _
   ByVal oids As IEnumerable(Of Long), _
   ByVal reshapeGeometry As Geometry _
) 

Parameters

layer
The layer of the features to reshape.
oids
The oids of the features to reshape.
reshapeGeometry
Reshape the features with this geometry.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List