ArcGIS Pro 2.7 API Reference Guide
Split(Layer,Int64,Geometry) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Split Method : Split(Layer,Int64,Geometry) Method
The layer of the feature to split.
The oid of the feature to split.
The geometry to intersect the source feature.
Split a feature where the splitGeometry intersects it.
Syntax
public void Split( 
   Layer sourceLayer,
   long oid,
   Geometry splitGeometry
)
Public Overloads Sub Split( _
   ByVal sourceLayer As Layer, _
   ByVal oid As Long, _
   ByVal splitGeometry As Geometry _
) 

Parameters

sourceLayer
The layer of the feature to split.
oid
The oid of the feature to split.
splitGeometry
The geometry to intersect the source feature.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List