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


IGPUtilities.RefreshCatalogParent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.RefreshCatalogParent Property
ArcGIS Developer Help

IGPUtilities.RefreshCatalogParent Property

Returns whether catalog objects, used by the shared catalog object, are refreshed during geoprocessing operations.

[Visual Basic .NET]
Public Property RefreshCatalogParent As Boolean
[C#]
public bool RefreshCatalogParent {get; set;}
[C++]
HRESULT get_RefreshCatalogParent(
  Boolean* pRefresh
);
[C++]
HRESULT put_RefreshCatalogParent(
  VARIANT_BOOL pRefresh
);
[C++]
Parameters
pRefresh [out, retval]

pRefresh is a parameter of type bool* pRefresh [in]
pRefresh is a parameter of type bool

Product Availability

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

See Also

IGPUtilities Interface