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

In This Topic
    Split(Layer,IEnumerable<Int64>,SplitMethod) Method
    In This Topic
    Split features using a specified split method.
    Syntax
    Public Overloads Sub Split( _
       ByVal layer As Layer, _
       ByVal oids As IEnumerable(Of Long), _
       ByVal splitMethod As SplitMethod _
    ) 

    Parameters

    layer
    The layer of the features to split.
    oids
    The oids of the features to split.
    splitMethod
    The method used to perform each split.
    Exceptions
    ExceptionDescription
    Layer cannot be null. Split method cannot be null
    Only polyline layers can be split and split geometries cannot be null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also