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


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

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