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


IItemIndex.ItemInfoCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IItemIndex.ItemInfoCount Property

Indicates whether to check index exists or not.

[Visual Basic .NET]
Public ReadOnly Property ItemInfoCount As Integer
[C#]
public int ItemInfoCount {get;}
[C++]
HRESULT get_ItemInfoCount(
  long* pCount
);
[C++]

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

Product Availability

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

See Also

IItemIndex Interface