Upgrade Dataset (Data Management)
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
Before a dataset can be upgraded the geodatabase must be first upgraded to the current release using the Upgrade_Geodatabase tool.
Syntax
UpgradeDataset_management (in_dataset)
Parameter | Explanation | Data 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