Make Parcel Fabric Layer (Parcel Fabric)

Summary

Creates a parcel fabric layer from an input parcel fabric. The parcel fabric layer that is created by the tool is temporary and will not persist after the session ends unless the document is saved. This tool is needed if you would like a parcel fabric sublayer to participate in a geoprocessing model.

Usage

Syntax

MakeParcelFabricLayer_fabric (in_parcel_fabric, parcel_fabric_layer)
ParameterExplanationData Type
in_parcel_fabric

The parcel fabric dataset that will be used to create the parcel fabric layer.

Parcel Fabric
parcel_fabric_layer

The output parcel fabric layer.

Parcel Fabric Layer

Code Sample

MakeParcelFabricLayer example (Python window)

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

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

Environments

This tool does not use any geoprocessing environments

Related Topics

Licensing Information

ArcView: Yes
ArcEditor: Yes
ArcInfo: Yes

Published 6/7/2010