Upgrade Parcel Fabric (Parcel Fabric)

Lizenzstufe:BasicStandardAdvanced

Zusammenfassung

Upgrades an existing parcel fabric to the latest released version of ArcGIS. An existing parcel fabric is upgraded to take advantage of the new parcel editing functionality available in the latest released version of ArcGIS.

VeraltetVeraltet:

This is a deprecated tool. This functionality has been replaced by the Upgrade Dataset tool that upgrades the schema of a mosaic dataset, network dataset or parcel fabric to the current ArcGIS release.

Verwendung

Syntax

UpgradeParcelFabric_fabric (in_parcel_fabric)
ParameterErläuterungDatentyp
in_parcel_fabric

The parcel fabric dataset that will be upgraded to the latest released version of ArcGIS.

Parcel Fabric

Codebeispiel

UpgradeParcelFabric example (Python window)

The following Python window script demonstrates how to use the UpgradeParcelFabric tool in immediate mode.

import arcpy
from arcpy import env
env.workspace = "C:/Parcel_Editor_Tutorial/Encinitas_City/Cadastral.gdb"
arcpy.UpgradeParcelFabric_fabric("Fabric")

Umgebung

Lizenzierungsinformationen

ArcGIS for Desktop Basic: Nein
ArcGIS for Desktop Standard: Ja
ArcGIS for Desktop Advanced: Ja
9/11/2013