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