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


IGPItemIndexer2.ItemIndex Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IGPItemIndexer2.ItemIndex Property

The native item index.

[Visual Basic .NET]
Public ReadOnly Property ItemIndex As IItemIndex
[C#]
public IItemIndex ItemIndex {get;}
[C++]
HRESULT get_ItemIndex(
  IItemIndex** ppItemIndex
);
[C++]

Parameters ppItemIndex [out, retval]
ppItemIndex is a parameter of type IItemIndex

Product Availability

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

See Also

IGPItemIndexer2 Interface