DataManagementTools
CreateDomain Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace : CreateDomain Class




The following tables list the members exposed by CreateDomain.

Public Constructors

 NameDescription
public ConstructorCreateDomain ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertydomain_descriptionThe description of the domain that will be created. (In, Required)  
public Propertydomain_nameThe name of the domain that will be created. (In, Required)  
public Propertydomain_typeThe domain type to create: {CODED | RANGE} (In, Optional)  
public Propertyfield_typeThe type of attribute domain to create. Attribute domains are rules that describe the legal values of a field type. Specify a field type that matches the data type of the field to which the attribute domain will be assigned. (In, Required)  
public Propertyin_workspaceThe geodatabase that will contain the new domain. (In, Required)  
public Propertymerge_policyThe 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)  
public Propertyout_workspaceOutput Workspace (out, Optional)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertysplit_policyThe split policy of the created domain. The behavior of an attribute's values when a feature that is split is controlled by its split policy. DEFAULT—The attributes of the two resulting features take on the default value of the attribute of the given feature class or subtype. DUPLICATE—The attribute of the two resulting features takes on a copy of the original object's attribute value. GEOMETRY_RATIO—The attributes of resulting features are a ratio of the original feature's value. The ratio is based on the proportion into which the original geometry is divided. If the geometry is divided equally, each new feature's attribute gets one-half the value of the original object's attribute. The geometry ratio policy only applies to range domains. {DEFAULT | DUPLICATE | GEOMETRY_RATIO} (In, Optional)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.