ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Split Method / Split(Layer,IEnumerable<Int64>,IEnumerable<MapPoint>) Method
The layer of the features to split.
The oids of the features to split.
The list of points used to split each feature.

In This Topic
    Split(Layer,IEnumerable<Int64>,IEnumerable<MapPoint>) Method
    In This Topic
    Split a number of features at multiple points
    Syntax

    Parameters

    layer
    The layer of the features to split.
    oids
    The oids of the features to split.
    splitGeometries
    The list of points used to split each feature.
    Exceptions
    ExceptionDescription
    Layer and split geometries cannot be null.
    Only polyline layers can be split.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also