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


IMetadataHelper.Refresh Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CatalogUI)  

IMetadataHelper.Refresh Method

Refreshes the currently selected object in the Catalog.

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

Product Availability

Available with ArcGIS Desktop.

Description

The ipObject parameter must be of data type IGxObject.

Remarks

Refreshes the currently selected object in the Catalog.

 

 

See Also

IMetadataHelper Interface | IMetadataHelper Interface