ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Split Method / Split(SelectionSet,IEnumerable<Geometry>) Method
The set of features to be split.
The set of geometries to define the intersections.
Version

Split(SelectionSet,IEnumerable<Geometry>) Method
Splits the lines and polygons in the features with the points, lines and polygons in the splitGeometries.
Syntax

Parameters

features
The set of features to be split.
splitGeometries
The set of geometries to define the intersections.
Exceptions
ExceptionDescription
features or splitGeometries are null.
Remarks
The feature(s) will be split wherever the input geometries intersect. 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

ArcGIS Pro version: 3 or higher.
See Also