ArcObjects Library Reference (Geoprocessing)  

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