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




For a list of all members of this type, see AddField members.

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertyfield_aliasThe alternate name given to the field name. This name is used to give more descriptive names to cryptic field names. The field alias parameter only applies to geodatabases and coverages. (In, Optional)  
public Propertyfield_domainUsed to constrain the values allowed in any particular attribute for a table, feature class, or subtype in a geodatabase. You must specify the name of an existing domain for it to be applied to the field. (In, Optional)  
public Propertyfield_is_nullableA geographic feature where there is no associated attribute information. These are different from zero or empty fields and are only supported for fields in a geodatabase. (In, Optional)  
public Propertyfield_is_requiredSpecifies whether the field being created is a required field for the table; Only supported for fields in a geodatabase. (In, Optional)  
public Propertyfield_lengthThe length of the field being added. This sets the maximum number of allowable characters for each record of the field. This option is only applicable on fields of type text or blob. (In, Optional)  
public Propertyfield_nameThe name of the field that will be added to the Input Table. (In, Required)  
public Propertyfield_precisionDescribes the number of digits that can be stored in the field. All digits are counted no matter what side of the decimal they are on. (In, Optional)  
public Propertyfield_scaleSets the number of decimal places stored in a field. This parameter is only used in Float and Double data field types. (In, Optional)  
public Propertyfield_typeThe field type used in the creation of the new field. (In, Required)  
public Propertyin_tableThe input table to which the specified field will be added. The field will be added to the existing input table and will not create a new output table. (In, Required)  
public Propertyout_tableOutput Feature Class (out, Optional)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
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.