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


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

IGxApplication.Refresh Method

Refreshes the catalog tree starting at the specified path. If startingPath is 0 or the empty string, the entire catalog is refreshed.

[Visual Basic .NET]
Public Sub Refresh ( _
    ByVal startingPath As String _
)
[C#]
public void Refresh (
    string startingPath
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxApplication Interface