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


IGxItemIndexer.HasBeenIndexed Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CatalogUI)  

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