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


IGxItemIndexer.UpdateIndex 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.UpdateIndex Method
ArcGIS Developer Help

IGxItemIndexer.UpdateIndex Method

Update the index.

[Visual Basic .NET]
Public Sub UpdateIndex ( _
    ByVal pItemInfo As IItemInfo _
)
[C#]
public void UpdateIndex (
    IItemInfo pItemInfo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxItemIndexer Interface