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


IIndexingStatus.ItemsIndexed Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IIndexingStatus.ItemsIndexed Property

Indicators whether items are indexed.

[Visual Basic .NET]
Public Property ItemsIndexed As Integer
[C#]
public int ItemsIndexed {get; set;}
[C++]
HRESULT get_ItemsIndexed(
  long* ItemsIndexed
);
[C++]
HRESULT put_ItemsIndexed(
  long ItemsIndexed
);
[C++]

Parameters ItemsIndexed [out, retval] ItemsIndexed is a parameter of type long ItemsIndexed [in] ItemsIndexed is a parameter of type long

Product Availability

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

See Also

IIndexingStatus Interface