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


IGxItemIndexer.IsAncestorRegistered Property (ArcObjects .NET 10.5 SDK)
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