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

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

Parameters

targetFeatures
The set of features to be split.
geometries
The set of geometries to define the intersections.
Remarks
The target feature(s) will be split wherever the input geometries 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