Disable Network Topology (Trace Network)

Summary

Disables the network topology for an existing trace network.

Usage

  • The topology must be disabled when adding or assigning network attributes.

  • For enhanced performance, it is recommended that you disable the topology before loading data.

    Learn more about how to disable the network topology

  • When working with an enterprise geodatabase, the requirements are as follows:

Syntax

arcpy.tn.DisableNetworkTopology(in_trace_network)
ParameterExplanationData Type
in_trace_network

The trace network where the network topology will be disabled.

Trace Network; Trace Network Layer

Derived Output

NameExplanationData Type
out_trace_network

The updated trace network.

Trace Network

Code sample

DisableNetworkTopology example (Python window)

Disable the network topology for a trace network called GridNetwork.

import arcpy
arcpy.DisableNetworkTopology_tn('GridNetwork')

Environments

This tool does not use any geoprocessing environments.

Licensing information

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

Related topics