ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Split Method / Split(SelectionSet,SelectionSet) Method
The set of features to be split.
The set of features used to define the intersecting features.

In This Topic
    Split(SelectionSet,SelectionSet) Method
    In This Topic
    Splits the lines and polygons in the features selection set with the points, lines and polygons in the inputFeatures selectionSet.
    Syntax
    Public Overloads Sub Split( _
       ByVal features As SelectionSet, _
       ByVal inputFeatures As SelectionSet _
    ) 

    Parameters

    features
    The set of features to be split.
    inputFeatures
    The set of features used to define the intersecting features.
    Exceptions
    ExceptionDescription
    Input and target selection sets cannot be null.
    Remarks
    The feature(s) will be split wherever the input feature(s) 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