Summary
Disables the network topology for an existing utility network.
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)
Parameter | Explanation | Data Type |
in_utility_network | The utility network where the network topology will be disabled. | Utility Network; Utility Network Layer |
Derived Output
Name | Explanation | Data Type |
out_utility_network | The updated utility network. | Utility Network |
Code sample
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