Returns whether catalog objects, used by the shared catalog object, are refreshed during geoprocessing operations.
[Visual Basic 6.0] Property RefreshCatalogParent As Boolean
[Visual Basic .NET] Public Property RefreshCatalogParent As Boolean
[C#] public bool RefreshCatalogParent {get; set;}
[Java] public boolean isRefreshCatalogParent() throws IOException, AutomationException
[Java] public void setRefreshCatalogParent( boolean RefreshCatalogParent ) throws IOException, AutomationException
[C++]
HRESULT get_RefreshCatalogParent(
VARIANT_BOOL* pRefresh
);
[C++] HRESULT put_RefreshCatalogParent( VARIANT_BOOL pRefresh);
Parameters
pRefresh [out, retval]
pRefresh is a parameter of type VARIANT_BOOL
pRefresh [in]
pRefresh is a parameter of type VARIANT_BOOL