This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataset Interface > IDataset.CanCopy Method (ArcObjects .NET 10.4 SDK) |
True if this dataset can be copied.
[Visual Basic .NET] Public Function CanCopy ( _ ) As Boolean
[C#] public bool CanCopy ( );
[C++]
HRESULT CanCopy(
VARIANT_BOOL* CanCopy
);
[C++]
Parameters CanCopy [out, retval] CanCopy is a parameter of type VARIANT_BOOL
The CanCopy, CanDelete, and CanRename properties are meant to be used in conjunction with the Copy, Delete, and Rename methods and signify whether a dataset is supported by these methods. For example, you may not delete a network feature class nor can you use the Copy method on a Geodatabase feature class. To copy Geodatabase datasets, including feature classes, geometric networks, topologies, etc., use the IGeoDBDataTransfer interface.
The CanCopy method is supported by: