This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryName2 Interface > IQueryName2.CopyLocally Property (ArcObjects .NET 10.4 SDK) |
Indicates if the data must be copied locally.
[Visual Basic .NET] Public Property CopyLocally As Boolean
[C#] public bool CopyLocally {get; set;}
[C++]
HRESULT get_CopyLocally(
VARIANT_BOOL* CopyLocally
);
[C++]
HRESULT put_CopyLocally(
VARIANT_BOOL CopyLocally
);
[C++]
Parameters CopyLocally [out, retval] CopyLocally is a parameter of type VARIANT_BOOL CopyLocally [in] CopyLocally is a parameter of type VARIANT_BOOL
By default, CopyLocally is set to False.