ArcObjects Library Reference (CatalogUI)  

IGxItemIndexer.IsAncestorRegistered Property

Indicates whether the ancestor of this GxObject has been registered to be indexed.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxItemIndexer Interface