Disable Network Topology (Utility Network)

Summary

Disables the network topology for an existing utility network.

Learn more about how to disable a network topology

Usage

  • The topology must be disabled when adding, importing, or deleting rules.

  • For enhanced performance, it is recommended that you disable the topology before loading data and importing .csv association files.

  • When working with an enterprise geodatabase, the Input Utility Network must be from a database connection established as the database utility network owner.

  • When working with an enterprise geodatabase, the connected ArcGIS Enterprise portal account must be the portal utility network owner.

Syntax

arcpy.un.DisableNetworkTopology(in_utility_network)
ParameterExplanationData Type
in_utility_network

The utility network where the network topology will be disabled.

Utility Network; Utility Network Layer

Derived Output

NameExplanationData Type
out_utility_network

The updated utility network.

Utility Network

Code sample

DisableNetworkTopology example (Python window)

Disable the network topology for a utility network called GridNetwork.

import arcpy
arcpy.DisableNetworkTopology_un('GridNetwork')

Environments

Licensing information

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

Related topics