ESRI.ArcGIS.CoverageTools | |
AddItem Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.CoverageTools Namespace : AddItem Class |
The following tables list the members exposed by AddItem.
Name | Description | |
---|---|---|
AddItem Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
decimal_places | The number of decimal places for the added item. This needs to be specified for INFO item types NUMERIC and FLOATING. (In, Optional) | |
in_info_table | The INFO table to which the item is to be added. (In, Required) | |
item_name | The new item to be added to the INFO table. (In, Required) | |
item_type | The INFO item type of the added item. (In, Required) | |
item_width | The INFO width of the added item. Supported widths: (In, Required) | |
out_info_table | The INFO table to be created. (Out, Required) | |
output_width | The output width of the added item. This is the number of characters used to display an item value. (In, Required) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
start_item | The item in the in_info_table after which the new item is to be added. The default start_item is the last item in the in_info_table. (In, Optional) | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. |