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
arcpy.management.UpgradeDataset(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("c:/Connections/city_data.sde/MontanaMD")
Environments
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes