This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndexesEdit Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that modify the indexes collection.
Description | ||
---|---|---|
AddIndex | Add an index to the indexes collection. | |
DeleteAllIndexes | Delete all the indexes from the indexes collection. | |
DeleteIndex | Delete an index from the indexes collection. | |
FindIndex | Finds the position of the named index in the indexes collection. | |
FindIndexesByFieldName | The set of indexes for a given field name (if any). | |
Index | The index at the specified position in the indexes collection. | |
Index | The index at the specified position. | |
IndexCount | The number of indexes in the indexes collection. | |
IndexCount | The number of indexes in this indexes collection. |
Interfaces | Description |
---|---|
IIndexes | Provides access to members that return information about the index collection. |
CoClasses and Classes | Description |
---|---|
Indexes | Esri Indices object. |
When using C# (and other .NET languages) you must append an "_2" to the property you want to set on this interface. For example indexesEdit.IndexCount_2=3.
When using VB.NET (and other .NET languages) you must append an "_2" to the property you want to set on this interface. For example indexesEdit.IndexCount_2=3.