DataManagementTools | |
CalculateField Class Members | |
See Also Properties Send Feedback |
ESRI.ArcGIS.DataManagementTools Namespace : CalculateField Class |
The following tables list the members exposed by CalculateField.
Name | Description | |
---|---|---|
CalculateField Constructor | Overloaded. |
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
code_block | Used with the PYTHON expression type, it allows for a block of code to be entered for complex expressions. (In, Optional) | |
expression | The simple calculation expression used to create a value that will populate the selected rows. (In, Required) | |
expression_type | Specify the type of expression that will be used. {VB | PYTHON} (In, Optional) | |
field | The field that will be updated with the new calculation. (In, Required) | |
in_table | The table that contains the rows from a specified field that will be calculated. The updated values will be added to this 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. |