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


IItemIndex3.AddIndex Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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 bool

Product Availability

No record for Search in Libraries found

See Also

IItemIndex3 Interface