Make Parcel Fabric Layer (Parcel Fabric)

License Level:BasicStandardAdvanced

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 Layer
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

Related Topics

Licensing Information

ArcGIS for Desktop Basic: Yes
ArcGIS for Desktop Standard: Yes
ArcGIS for Desktop Advanced: Yes
3/4/2014