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


IArcInfoTable.AddIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoTable Interface > IArcInfoTable.AddIndex Method
ArcGIS Developer Help

IArcInfoTable.AddIndex Method

Adds an Index for the specified Item.

[Visual Basic .NET]
Public Sub AddIndex ( _
    ByVal itemName As String _
)
[C#]
public void AddIndex (
    string itemName
);
[C++]
HRESULT AddIndex(
  BSTR itemName
);
[C++]
Parameters
itemName [in]

itemName is a parameter of type BSTR

Product Availability

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

See Also

IArcInfoTable Interface