Enable Parcel Topology (Parcel)

Summary

Enables geodatabase topology on a parcel fabric.

The tool adds the following to the parcel fabric topology:

  • System-defined geodatabase topology rules
  • Parcel fabric feature classes

Once the parcel fabric topology is enabled, the parcel fabric can be validated to identify rule errors, and parcels can be built.

Learn more about the parcel fabric topology

Usage

  • In an enterprise geodatabase, the input parcel fabric must be from a database connection established as the database parcel fabric owner.

  • The connected ArcGIS Enterprise portal account must be the parcel fabric owner.

  • In an enterprise geodatabase, execute this tool when connected to the default version.

  • The parcel fabric topology must be enabled before publishing a parcel fabric.

  • To disable the parcel fabric topology, run the Disable Parcel Topology tool.

  • To determine whether topology is enabled on a parcel fabric, right-click the parcel fabric in the Catalog pane and click Properties to open the Parcel Fabric Properties dialog box. Expand Parcel Fabric to view the Topology Enabled property.

Parameters

LabelExplanationData Type
Input Parcel Fabric

The parcel fabric for which the geodatabase topology will be enabled. The input parcel fabric can be from a file, enterprise, or mobile geodatabase.

Parcel Layer

Derived Output

LabelExplanationData Type
Updated Parcel Fabric

The updated parcel fabric.

Parcel Fabric

arcpy.parcel.EnableParcelTopology(in_parcel_fabric)
NameExplanationData Type
in_parcel_fabric

The parcel fabric for which the geodatabase topology will be enabled. The input parcel fabric can be from a file, enterprise, or mobile geodatabase.

Parcel Layer

Derived Output

NameExplanationData Type
updated_parcel_fabric

The updated parcel fabric.

Parcel Fabric

Code sample

EnableParcelTopology example (Python window)

The following Python window script demonstrates how to use the EnableParcelTopology function in immediate mode.

import arcpy
arcpy.parcel.EnableParcelTopology("C:/data/parcels/Database.gdb/CountyParcels/CountyFabric")

Environments

This tool does not use any geoprocessing environments.

Licensing information

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

Related topics