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


IGxItemIndexer.IndexChildren Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CatalogUI)  

IGxItemIndexer.IndexChildren Method

Index the children of the current object.

[Visual Basic .NET]
Public Sub IndexChildren ( _
    ByVal pObject As IGxObject _
)
[C#]
public void IndexChildren (
    IGxObject pObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxItemIndexer Interface