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


IGxItemIndexer.IndexObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxItemIndexer Interface > IGxItemIndexer.IndexObject Method
ArcGIS Developer Help

IGxItemIndexer.IndexObject Method

Index the current object.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxItemIndexer Interface