For a list of all members of this type, see AddField members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| field_alias | The 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) |
| field_domain | Used 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) |
| field_is_nullable | A 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) |
| field_is_required | Specifies whether the field being created is a required field for the table; only supported for fields in a geodatabase.
(In, Optional) |
| field_length | The 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) |
| field_name | The name of the field that will be added to the Input Table. (In, Required) |
| field_precision | Describes 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) |
| field_scale | Sets the number of decimal places stored in a field. This parameter is only used in Float and Double data field types. (In, Optional) |
| field_type | The field type used in the creation of the new field. (In, Required) |
| in_table | The 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) |
| out_table | Output Feature Class (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also