ArcGIS Pro 2.9 API Reference Guide
Merge(EditingFeatureTemplate,Layer,IEnumerable<Int64>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Merge Method : Merge(EditingFeatureTemplate,Layer,IEnumerable<Int64>) Method
The template to create the new merged feature with.
The layer of the source features to merge.
The oids of the source features to merge.
Merge features into a new feature defined by a feature template.
Syntax

Parameters

template
The template to create the new merged feature with.
sourceLayer
The layer of the source features to merge.
sourceOIDs
The oids of the source features to merge.
Exceptions
ExceptionDescription
Template cannot be null.
Remarks
The template can be in a different layer from the source.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List