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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Split Method : Split(Layer,IEnumerable<Int64>,IEnumerable<MapPoint>) Method
The layer of the features to split.
The oids of the features to split.
The list of points used to split each feature.
Split a number of features at multiple points
Syntax

Parameters

sourceLayer
The layer of the features to split.
oids
The oids of the features to split.
splitGeometries
The list of points used to split each feature.
Exceptions
ExceptionDescription
Layer cannot be null.
Only polyline layers can be split and split geometries cannot be null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List