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


IGPItemIndexer.HasBeenIndexed Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IGPItemIndexer.HasBeenIndexed Property

Indicates whether the current item has been indexed.

[Visual Basic .NET]
Public Function get_HasBeenIndexed ( _
    ByVal pItemInfo As IItemInfo _
) As Boolean
[C#]
public bool get_HasBeenIndexed (
    IItemInfo pItemInfo
);
[C++]
HRESULT get_HasBeenIndexed(
  IItemInfo* pItemInfo,
  VARIANT_BOOL* pIndexed
);
[C++]

Parameters pItemInfo [in]
pItemInfo is a parameter of type IItemInfo pIndexed [out, retval] pIndexed is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPItemIndexer Interface