ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Make Parcel Fabric Layer

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

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 want a parcel fabric sublayer to participate in a geoprocessing model.

Note:

Parcel fabric tools do not support backstage processing with 64 bit.

Usage

  • The sublayers of the output parcel fabric layer can be used as input to any geoprocessing tool that accepts a feature class as input and produces output that is derived from the input feature class. Derived output does not modify the input dataset.

  • The temporary parcel fabric layer and the sublayers can be saved as layer files.

  • An existing layer will be overwritten if the same name is entered and if you explicitly state that overwriting output is allowed.

Syntax

arcpy.fabric.MakeParcelFabricLayer(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

  • Current Workspace
  • Scratch Workspace

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics

  • Make Feature Layer
  • An overview of the Parcel Fabric toolbox

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal