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


IIndexingStatus.ItemsIndexed Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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(
  System.Int32* ItemsIndexed
);
[C++]
Parameters
ItemsIndexed [in]

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

Product Availability

No record for Search in Libraries found

See Also

IIndexingStatus Interface