Disable Network Topology (Trace Network)

Summary

Disables the network topology for an existing trace network.

Usage

Syntax

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