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:

    • License:
      The active portal account must be assigned a license with the ArcGIS Advanced Editing user type extension to use this tool in an enterprise deployment.

Parameters

LabelExplanationData Type
Input Trace Network

The trace network where the network topology will be disabled.

Trace Network; Trace Network Layer

Derived Output

LabelExplanationData Type
Updated Trace Network

The updated trace network.

Trace Network

arcpy.tn.DisableNetworkTopology(in_trace_network)
NameExplanationData 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.tn.DisableNetworkTopology('GridNetwork')

Environments

This tool does not use any geoprocessing environments.

Licensing information

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

Related topics