ArcGIS Pro 2.9 API Reference Guide
MergePolicy Enumeration

ArcGIS.Core.Data Namespace : MergePolicy Enumeration
Controls the value of attributes in the new feature.
Syntax
Members
MemberDescription
AreaWeighted The attribute of the resulting feature is the weighted average of the values of the attributes from the original features.
DefaultValue The attribute of the resulting feature takes on the default value for the attribute of the given feature or subtype.
SumValues The attribute of the resulting feature takes on the sum of the values from the original features' attributes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.MergePolicy

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Data Namespace