The following tables list the members exposed by AddFieldToAnalysisLayer.
Public Constructors
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_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_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 specified sublayer of the network analysis layer. (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_network_analysis_layer | Network analysis layer to which the new field will be added. (In, Required) |
| output_layer | Network Analyst Layer (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| sub_layer | The sublayer of the network analysis layer to which the new field will be added. (In, Required) |
| 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