ArcGIS Pro 3.2 API Reference Guide
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.

In This Topic
    Explode(Layer,Int64,Boolean) Method
    In This Topic
    Explode a feature.
    Syntax
    public void Explode( 
       Layer layer,
       long oid,
       bool keepOriginalFeature
    )
    Public Overloads Sub Explode( _
       ByVal layer As Layer, _
       ByVal oid As Long, _
       Optional ByVal keepOriginalFeature As Boolean _
    ) 

    Parameters

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

    ArcGIS Pro version: 3 or higher.
    See Also