Upgrade Parcel Fabric (パーセル ファブリック)

ライセンス レベル:BasicStandardAdvanced

サマリ

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.

レガシーレガシー:

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.

使用法

構文

UpgradeParcelFabric_fabric (in_parcel_fabric)
パラメータ説明データ タイプ
in_parcel_fabric

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

Parcel Fabric

コードのサンプル

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

環境

ライセンス情報

ArcGIS for Desktop Basic: ×
ArcGIS for Desktop Standard: ○
ArcGIS for Desktop Advanced: ○
9/14/2013