ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for 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
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Make Parcel Fabric Table View

Available with Standard or Advanced license.

  • Summary
  • Usage
  • Syntax
  • Code Sample
  • Environments
  • Licensing Information

Summary

Creates a table view from an input parcel fabric feature class or table. The table view that is created by the tool is temporary and will not persist after the session ends unless the document is saved. This tool is useful for accessing hidden, nonspatial parcel fabric tables, such as the Plans table or the Accuracies table.

Usage

  • This tool is commonly used to create a table view with a selected set of attributes or fields.

  • ArcCatalog does not display these table views but they can be used as inputs to other geoprocessing tools in the current ArcGIS session. Once the ArcGIS application is exited, the table views are deleted.

  • Table views created in ArcCatalog cannot be used in ArcMap.

  • Once an input parcel fabric has been specified, a table view can be created from any parcel fabric feature class or nonspatial table.

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

Syntax

MakeParcelFabricTableView_fabric (in_parcel_fabric, parcel_fabric_table, out_view)
ParameterExplanationData Type
in_parcel_fabric

The parcel fabric dataset that contains the feature class or table that will be used to create a table view.

Parcel Fabric Layer
parcel_fabric_table

The parcel fabric feature class or nonspatial table that will be used to create a table view.

String
out_view

The name of the output table view.

Table View

Code Sample

MakeParcelFabricTableView example (Python window)

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

import arcpy
from arcpy import env
env.workspace = "C:/Parcel_Editor_Tutorial/Encinitas_City/Cadastral.gdb"
arcpy.MakeParcelFabricTableView_fabric("FABRIC", "Accuracy", "FabricAccuraciesTable")

Environments

  • Current Workspace
  • Scratch Workspace

Licensing Information

  • ArcGIS for Desktop Basic: Yes
  • ArcGIS for Desktop Standard: Yes
  • ArcGIS for Desktop Advanced: Yes

Related Topics

  • Make Table View
  • An overview of the Parcel Fabric toolbox
Feedback on this topic?

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal