ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

Remarks

By default, CopyLocally is set to False.

See Also

IQueryName2 Interface