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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Split Method : Split(Layer,IEnumerable<Int64>,Geometry) Method
The layer of the features to split.
The oids of the features to split.
The geometry to intersect the source features.
Split the given features where the splitGeometry intersects.
Syntax
Public Overloads Sub Split( _
   ByVal sourceLayer As Layer, _
   ByVal oids As IEnumerable(Of Long), _
   ByVal splitGeometry As Geometry _
) 

Parameters

sourceLayer
The layer of the features to split.
oids
The oids of the features to split.
splitGeometry
The geometry to intersect the source features.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List