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


IGPItemIndexer.UpdateItemInfo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IGPItemIndexer.UpdateItemInfo Method

Update the index.

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

Parameters pItemInfo [in]
pItemInfo is a parameter of type IItemInfo

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGPItemIndexer Interface