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


IGxItemIndexer.HasBeenIndexed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxItemIndexer Interface > IGxItemIndexer.HasBeenIndexed Property
ArcGIS Developer Help

IGxItemIndexer.HasBeenIndexed Property

Indicates whether the current object has been indexed.

[Visual Basic .NET]
Public Function get_HasBeenIndexed ( _
    ByVal pGxObject As IGxObject _
) As Boolean
[C#]
public bool get_HasBeenIndexed (
    IGxObject pGxObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxItemIndexer Interface