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 );
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.