public void Explode( Layer sourceLayer, IEnumerable<long> sourceOIDs, bool keepOriginalFeature )
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.