ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Split Method / Split(Layer,IEnumerable<Int64>,Geometry) Method
The layer of the features to split.
The oids of the features to split.
The geometry to intersect the source features.

In This Topic
    Split(Layer,IEnumerable<Int64>,Geometry) Method
    In This Topic
    Split the given features where the splitGeometry intersects.
    Syntax
    Public Overloads Sub Split( _
       ByVal layer As Layer, _
       ByVal oids As IEnumerable(Of Long), _
       ByVal splitGeometry As Geometry _
    ) 

    Parameters

    layer
    The layer of the features to split.
    oids
    The oids of the features to split.
    splitGeometry
    The geometry to intersect the source features.
    Exceptions
    ExceptionDescription
    Layer cannot be null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also