Upgrade Dataset (Data Management)

License Level:BasicStandardAdvanced

Summary

Upgrades the schema of a mosaic dataset, network dataset, or parcel fabric to the current ArcGIS release. Upgrading the dataset allows the dataset to make use of new functionality available in the current software release.

Usage

Syntax

UpgradeDataset_management (in_dataset)
ParameterExplanationData Type
in_dataset

Dataset that will be upgraded to the current ArcGIS client release.

Mosaic Layer; Network Dataset Layer; Parcel Fabric Layer

Code Sample

UpgradeDataset example 1 (Python window)

The following Python window example demonstrates how to use the UpgradeDataset tool in immediate mode.

import arcpy
arcpy.UpgradeDataset_management("Database Connections/city_data.sde/MontanaMD")

Environments

Related Topics

Licensing Information

ArcGIS for Desktop Basic: Yes
ArcGIS for Desktop Standard: Yes
ArcGIS for Desktop Advanced: Yes
11/18/2013