Disable Parcel Topology (Parcel)

Summary

Disables geodatabase topology on a parcel fabric. System-defined topology rules and parcel fabric feature classes will be removed from the topology.

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, this tool must be executed when connected to the default version.

  • To enable geodatabase topology on a parcel fabric, run the Enable 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 topology will be disabled. 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.DisableParcelTopology(in_parcel_fabric)
NameExplanationData Type
in_parcel_fabric

The parcel fabric for which the topology will be disabled. 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

DisableParcelTopology example (Python window)

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

import arcpy
arcpy.DisableParcelTopology_parcel("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