ArcGIS Pro 2.9 API Reference Guide
Split(Layer,IEnumerable<Int64>,SplitMethod) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Split Method : Split(Layer,IEnumerable<Int64>,SplitMethod) Method
The layer of the features to split.
The oids of the features to split.
The method used to perform each split.
Split features using a specified split method.
Syntax
Public Overloads Sub Split( _
   ByVal sourceLayer As Layer, _
   ByVal oids As IEnumerable(Of Long), _
   ByVal method As SplitMethod _
) 

Parameters

sourceLayer
The layer of the features to split.
oids
The oids of the features to split.
method
The method used to perform each split.
Exceptions
ExceptionDescription
Layer cannot be null. Split method cannot be null
Only polyline layers can be split and split geometries cannot be null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List