This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.RefreshCatalogParent Property (ArcObjects .NET 10.5 SDK) |
Indicates whether to refresh catalog parent.
[Visual Basic .NET] Public Property RefreshCatalogParent As Boolean
[C#] public bool RefreshCatalogParent {get; set;}
[C++]
HRESULT get_RefreshCatalogParent(
VARIANT_BOOL* pRefresh
);
[C++]
HRESULT put_RefreshCatalogParent(
VARIANT_BOOL pRefresh
);
[C++]
Parameters pRefresh [out, retval] pRefresh is a parameter of type VARIANT_BOOL pRefresh [in] pRefresh is a parameter of type VARIANT_BOOL