This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInIndexManager Interface > IPlugInIndexManager.AddIndex Method (ArcObjects .NET 10.5 SDK) |
Adds an index to the dataset.
[Visual Basic .NET] Public Sub AddIndex ( _ ByVal ClassIndex As Integer, _ ByVal Index As IIndex _ )
[C#] public void AddIndex ( int ClassIndex, IIndex Index );
[C++]
HRESULT AddIndex(
long ClassIndex,
IIndex* Index
);
[C++]
Parameters ClassIndex [in] ClassIndex is a parameter of type long Index [in]
Index is a parameter of type IIndex