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


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

IGxItemInfoHelper.UpdateItemInfo Method

Update the item info of the specified object.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxItemInfoHelper Interface