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


IItemIndex3.AddIndex Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IItemIndex3.AddIndex Method

Adds another index.

[Visual Basic .NET]
Public Sub AddIndex ( _
    ByVal indexDirectory As String, _
    ByVal dedup As Boolean _
)
[C#]
public void AddIndex (
    string indexDirectory,
    bool dedup
);
[C++]
HRESULT AddIndex(
  BSTR indexDirectory,
  VARIANT_BOOL dedup
);
[C++]

Parameters indexDirectory [in] indexDirectory is a parameter of type BSTR dedup [in] dedup is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IItemIndex3 Interface