ArcGIS Pro 2.6 API Reference Guide
Split(Layer,Int64,SplitMethod) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Split Method : Split(Layer,Int64,SplitMethod) Method
The layer of the feature to split.
The oid of the feature to split.
The method used to perform the split.
Split a feature using a specified split method.
Syntax
public void Split( 
   Layer sourceLayer,
   long oid,
   SplitMethod method
)
Public Overloads Sub Split( _
   ByVal sourceLayer As Layer, _
   ByVal oid As Long, _
   ByVal method As SplitMethod _
) 

Parameters

sourceLayer
The layer of the feature to split.
oid
The oid of the feature to split.
method
The method used to perform the split.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members
Overload List