In This Topic
The following tables list the members exposed by Index.
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | FindField |
Gets the index position for a field by name.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetFields | Gets the list of Fields present in the index. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetName |
Gets the name of the index.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsAscending |
Indicates if the index is based on ascending order.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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