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


IItemIndexAdmin.StartIndexing Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IItemIndexAdmin.StartIndexing Method

Prepare and start indexing.

[Visual Basic .NET]
Public Sub StartIndexing ( _
    ByVal ReplaceIndex As Boolean, _
    ByVal ReplaceItems As Boolean _
)
[C#]
public void StartIndexing (
    bool ReplaceIndex,
    bool ReplaceItems
);
[C++]
HRESULT StartIndexing(
  VARIANT_BOOL ReplaceIndex,
  VARIANT_BOOL ReplaceItems
);
[C++]
Parameters
ReplaceIndex [in]

ReplaceIndex is a parameter of type bool ReplaceItems [in]
ReplaceItems is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IItemIndexAdmin Interface