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


IItemIndexAdmin.StartIndexing Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

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 VARIANT_BOOL ReplaceItems [in] ReplaceItems is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IItemIndexAdmin Interface