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