This document is archived and information here might be outdated.  Recommended version.


IIndexesEdit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndexesEdit Interface
ArcGIS Developer Help

IIndexesEdit Interface

Provides access to members that modify the indexes collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddIndex Add an index to the indexes collection.
Method DeleteAllIndexes Delete all the indexes from the indexes collection.
Method DeleteIndex Delete an index from the indexes collection.
Method FindIndex Finds the position of the named index in the indexes collection.
Method FindIndexesByFieldName The set of indexes for a given field name (if any).
Write-only property Index The index at the specified position.
Read-only property Index The index at the specified position in the indexes collection.
Write-only property IndexCount The number of indexes in this indexes collection.
Read-only property IndexCount The number of indexes in the indexes collection.

Inherited Interfaces

Interfaces Description
IIndexes Provides access to members that return information about the index collection.

Classes that implement IIndexesEdit

Classes Description
Indexes Esri Indices object.
[C#]

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.

[Visual Basic .NET]

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.