ArcGIS Pro 3.2 API Reference Guide
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.

In This Topic
    Reshape(Layer,Int64,Geometry) Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also