ArcGIS Pro 2.9 API Reference Guide
Split(IEnumerable<KeyValuePair<MapMember,List<Int64>>>,IEnumerable<KeyValuePair<MapMember,List<Int64>>>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Split Method : Split(IEnumerable<KeyValuePair<MapMember,List<Int64>>>,IEnumerable<KeyValuePair<MapMember,List<Int64>>>) Method
The set of features to be split.
The set of features used to define the intersecting features.
Splits the lines and polygons in the targetFeatures selection set with the points, lines and polygons in the inputFeatures selectionSet.
Syntax

Parameters

targetFeatures
The set of features to be split.
inputFeatures
The set of features used to define the intersecting features.
Remarks
The target feature(s) will be split wherever the input feature(s) intersect it. Examples are split a line(s) by a point(s); split a line(s) by line(s), split a polygon(s) by line(s), split a polygon(s) by polygon(s).
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List