ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.RefreshCatalog Method

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

[Visual Basic 6.0]
Sub RefreshCatalog(
    ByVal pSourceDataElement As IDataElement _
)
[Visual Basic .NET]
Public Sub RefreshCatalog ( _
    ByVal pSourceDataElement As IDataElement _
)
[C#]
public void RefreshCatalog (
    IDataElement pSourceDataElement
);
[Java]
public void refreshCatalog (
    IDataElement pSourceDataElement
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page