In This Topic
The following tables list the members exposed by Index.
Public Properties
Public Methods
| Name | Description |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| FindField |
Gets the index position for a field by name.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetFields | Gets the list of Fields present in the index. This method must be called on the MCT. Use QueuedTask.Run. |
| GetName |
Gets the name of the index.
This method must be called on the MCT. Use QueuedTask.Run.
|
| IsAscending |
Indicates if the index is based on ascending order.
This method must be called on the MCT. Use QueuedTask.Run.
|
| IsUnique |
Indicates if the index is unique. If IsUnique is true, the field the Index was created for must not have duplicate values.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also