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


IGPUtilities.RefreshCatalog Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.RefreshCatalog Method

Refreshes the parent within the catalog of the given data element.

[Visual Basic .NET]
Public Sub RefreshCatalog ( _
    ByVal pSourceDataElement As IDataElement _
)
[C#]
public void RefreshCatalog (
    IDataElement pSourceDataElement
);
[C++]
HRESULT RefreshCatalog(
  IDataElement* pSourceDataElement
);
[C++]

Parameters pSourceDataElement [in]
pSourceDataElement is a parameter of type IDataElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The RefreshCatalog method forces a refresh of the catalog tree after executuion of a geoprocessing operation such as a create or delete.

Refer to the code sample to see how this method can be used.

See Also

IGPUtilities Interface