ArcObjects Library Reference (DataSourcesFile)  

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