The following tables list the members exposed by AddIndex.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| ascending | Specifies whether values are indexed in ascending order. (In, Optional) |
| fields | The list of fields, from the Input Table, that can participate in an attribute index. Any number of these fields can be part of the index. (In, Required) |
| in_table | The table containing the fields to be indexed. (In, Required) |
| index_name | The name of the new index. An index name is necessary when adding an index to geodatabase feature classes and tables. For other data types, such as shapefiles and coverage feature classes, index names cannot be specified. (In, Optional) |
| out_table | Output Table (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. |
| unique | Specifies whether the values in the index are unique. (In, Optional) |
Top
See Also