ArcGIS Pro 2.8 API Reference Guide
Split(Layer,Int64,IEnumerable<MapPoint>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Split Method : Split(Layer,Int64,IEnumerable<MapPoint>) Method
The layer of the feature to split.
The oid of the feature to split.
The list of points used to split the feature.
Splits a feature at multiple points.
Syntax
Public Overloads Sub Split( _
   ByVal sourceLayer As Layer, _
   ByVal oid As Long, _
   ByVal splitGeometries As IEnumerable(Of MapPoint) _
) 

Parameters

sourceLayer
The layer of the feature to split.
oid
The oid of the feature to split.
splitGeometries
The list of points used to split the feature.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List