Copy (Data Management)

ArcGIS Pro 3.3 | | Help archive

Summary

Makes a copy of the input data.

Usage

  • If a feature class is copied to a feature dataset, the spatial reference of the feature class and the feature dataset must match; otherwise, the tool will fail.

  • Any data that is dependent on the input is also copied. For example, copying a feature class or table that is part of a relationship class also copies the relationship class. This also applies to a feature class that has feature-linked annotation, domains, subtypes, and indices—all are copied along with the feature class. Copying geometric networks, network datasets, and topologies also copies the participating feature classes.

  • This tool does not copy layers, since a layer is only a reference to a feature class.

  • Copying a mosaic dataset copies the mosaic dataset to the designated location; the images referenced by the mosaic dataset are not copied.

  • This tool does not support copying a network dataset back into the same geodatabase.

  • This tool does not support the MRF image format. To copy an .mrf file, use the Copy Raster tool.

  • When the input has associated data, the Associated Data parameter value is displayed where the associated output data's name and config keyword can be controlled.

Parameters

LabelExplanationData Type
Input Data

The data to be copied.

Data Element
Output Data

The location and name of the output data.

Data Element
Data type
(Optional)

The type of the data on disk to be copied.

This parameter is only necessary in the event of a name conflict between two different data types. For example, a geodatabase can contain a relationship class with an identical name to a feature class. If that is the case, specify the relevant keyword.

  • FeatureClass—In the event of duplicate names, the feature class will be used.
  • FeatureDataset—In the event of duplicate names, the feature dataset will be used.
  • MosaicDataset—In the event of duplicate names, the mosaic dataset will be used.
  • ParcelFabric—In the event of duplicate names, the parcel fabric will be used.
  • RelationshipClass—In the event of duplicate names, the relationship class will be used.
  • Topology—In the event of duplicate names, the topology will be used.
String
Associated Data
(Optional)

When the input has associated data, this parameter can be used to control the associated output data's name and config keyword.

  • From Name—The data associated with the input data, which will also be copied.
  • Data Type—The type of the data on disk to be copied. The only time you need to provide a value is when a geodatabase contains a feature dataset and a feature class with the same name. In this case, select the correct data type, FeatureDataset or FeatureClass, of the item you want to copy.
  • To Name—The name of the copied data in the Output Data parameter value.
  • Config Keyword—The geodatabase storage parameters (configuration).

The From Name and To Name column names will be identical if the To Name value is not already used in Output Data. If a name already exists in the Output Data value, a unique To Name value will be created by appending an underscore plus a number (for example, rivers_1).

Value Table

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics