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

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

Parameters

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