ArcGIS Pro 2.9 API Reference Guide
Reshape(Layer,Int64,Geometry) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Reshape Method : Reshape(Layer,Int64,Geometry) Method
The layer of the feature to reshape.
The oid of the feature to reshape.
Reshape the feature with this geometry.
Reshape a feature with a geometry.
Syntax
public void Reshape( 
   Layer layer,
   long oid,
   Geometry reshapeGeometry
)
Public Overloads Sub Reshape( _
   ByVal layer As Layer, _
   ByVal oid As Long, _
   ByVal reshapeGeometry As Geometry _
) 

Parameters

layer
The layer of the feature to reshape.
oid
The oid of the feature to reshape.
reshapeGeometry
Reshape the feature with this geometry.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List