ArcGIS Pro 2.8 API Reference Guide
Explode(Layer,Int64,Boolean) Method

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

Parameters

sourceLayer
The layer of the feature to explode.
sourceOid
The oid of the feature 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 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List