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


IDEUtilities.RefreshCatalog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.RefreshCatalog Method
ArcGIS Developer Help

IDEUtilities.RefreshCatalog Method

Refreshs catalog for the parent 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.

See Also

IDEUtilities Interface