Upgrade Parcel Fabric (Parcel Fabric)

Summary

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.

Usage

Syntax

UpgradeParcelFabric_fabric (in_parcel_fabric)
ParameterExplanationData Type
in_parcel_fabric

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

Parcel Fabric

Code Sample

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")

Environments

This tool does not use any geoprocessing environments

Licensing Information

ArcView: Yes
ArcEditor: Yes
ArcInfo: Yes

8/19/2013