Initializes a new instance of the Index class with the specified properties.
Different overloads apply to different data sources.
Overload List
Name | Description | |
---|---|---|
Index(String) |
Initializes a new instance of the Index class which can be used to create a new, single-column index on disk
when it is added to the IndexCollection. This constructor applies to file geodatabase tables/feature classes or shapefiles,
but is particularly useful for shapefiles which do not support user-named indexes.
| |
Index(String, String) |
Initializes a new instance of the Index class which can be used to create a new named, single-column index on disk
when it is added to the IndexCollection. This constructor only applies to file geodatabase tables and feature classes.
| |
Index(String, array<String>[]()[]) |
Initializes a new instance of the Index class which can be used to create a new named, composite (multi-column) index on disk
when it is added to the IndexCollection. This constructor only applies to file geodatabase tables and feature classes.
|