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


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

IGpDispatch.RefreshCatalog Method

Refreshes the parent of the specified object in the catalog object associated with the Geoprocessor.

[Visual Basic .NET]
Public Sub RefreshCatalog ( _
    ByRef pInputValue As Object _
)
[C#]
public void RefreshCatalog (
    ref object pInputValue
);
[C++]
HRESULT RefreshCatalog(
  VARIANT* pInputValue
);
[C++]

Parameters pInputValue [in] pInputValue is a parameter of type VARIANT

Product Availability

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

See Also

IGpDispatch Interface