This document is archived and information here might be outdated. Recommended version. |
Indicates whether the geodatabase data dictionary should be refreshed by the operation.
[Visual Basic .NET]
Public Property Refresh As Boolean
[C#]
public bool Refresh {get; set;}
[C++]
HRESULT get_Refresh(
VARIANT_BOOL pbRefresh
);
[C++]
HRESULT put_Refresh(
Boolean* pbRefresh
);
[C++] Parameters pbRefresh [in]
pbRefresh is a parameter of type bool pbRefresh [out, retval]
pbRefresh is a parameter of type bool*