The merge policy of the created domain. When two features are merged into a single feature, merge policies control attribute values in the new feature.
DEFAULT—The attribute of the resulting feature takes on the default value of the attribute of the given feature class or subtype. This is the only merge policy that applies to non-numeric fields and coded value domains. SUM_VALUES—The attribute of the resulting feature takes on the sum of the values from the original feature's attribute. The sum values policy only applies to range domains. AREA_WEIGHTED—The attribute of the resulting feature is the weighted average of the attribute values of the original features. This average is based on the original feature's geometry. The area weighted policy only applies to range domains. {DEFAULT | SUM_VALUES | AREA_WEIGHTED} (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property merge_policy As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CreateDomain
Dim value As String
instance.merge_policy = value
value = instance.merge_policy |
C# | |
---|
public string merge_policy {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also