public enum MergePolicy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum MergePolicy Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MergePolicy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum MergePolicy Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.MergePolicy
Target Platforms: Windows 10, Windows 8.1