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


IGPItemIndexer.HasBeenIndexed Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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,
  Boolean* pIndexed
);
[C++]
Parameters
pItemInfo [in]

pItemInfo is a parameter of type IItemInfo* pIndexed [out, retval]
pIndexed is a parameter of type bool*

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer Interface