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


IQueryName2.CopyLocally Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryName2 Interface > IQueryName2.CopyLocally Property
ArcGIS Developer Help

IQueryName2.CopyLocally Property

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(
  Boolean* CopyLocally
);
[C++]
Parameters
CopyLocally [in]

CopyLocally is a parameter of type bool CopyLocally [out, retval]
CopyLocally is a parameter of type bool*

Product Availability

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

Remarks

By default, CopyLocally is set to False.

See Also

IQueryName2 Interface