ArcGIS Pro 2.9 API Reference Guide
Explode(Layer,IEnumerable<Int64>,Boolean) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Explode Method : Explode(Layer,IEnumerable<Int64>,Boolean) Method
The layer of the features to explode.
The oids of the features to explode.
Option to delete or keep original feature after explode operation.
Explode features.
Syntax
Public Overloads Sub Explode( _
   ByVal sourceLayer As Layer, _
   ByVal sourceOIDs As IEnumerable(Of Long), _
   Optional ByVal keepOriginalFeature As Boolean _
) 

Parameters

sourceLayer
The layer of the features to explode.
sourceOIDs
The oids of the features to explode.
keepOriginalFeature
Option to delete or keep original feature after explode operation.
Exceptions
ExceptionDescription
Layer and ObjectIDs cannot be null. List of ObjectIDs cannot be empty.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List