ArcGIS Pro 2.7 API Reference Guide
Merge(Layer,Layer,IEnumerable<Int64>,Inspector) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Merge Method : Merge(Layer,Layer,IEnumerable<Int64>,Inspector) Method
The destination layer for the new feature.
The source layer of the features to merge.
The oids of the features to merge.
An inspector that specifies the new feature attributes.
Merge features into a new feature in a layer with attributes.
Syntax
Public Overloads Sub Merge( _
   ByVal destinationLayer As Layer, _
   ByVal sourceLayer As Layer, _
   ByVal sourceOIDs As IEnumerable(Of Long), _
   Optional ByVal inspector As Inspector _
) 

Parameters

destinationLayer
The destination layer for the new feature.
sourceLayer
The source layer of the features to merge.
sourceOIDs
The oids of the features to merge.
inspector
An inspector that specifies the new feature attributes.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List