Update Is Connected (Utility Network)

Summary

Updates the IsConnected attribute on all the network features for the specified utility network based on connectivity.

Every feature in the line, device, and junction feature classes as well as every object in the domain network's junction object and edge object tables contains an Is connected attribute. This attribute helps identify isolated network features and objects by maintaining information about their connectivity to subnetwork controllers. When a feature is created, regardless of its connectivity, the Is connected attribute is set to unknown. This attribute is modified for network features depending on the operation being performed.

To learn more about this field, see Is connected attribute.

Usage

  • The network topology must be enabled.

  • The following requirements must be met when working with an enterprise geodatabase:
    • The connected ArcGIS Enterprise portal account must be the portal utility network owner.
    • This tool must be connected to the default version when executed.
    • The Input Utility Network parameter value must be from a utility network service.

Syntax

arcpy.un.UpdateIsConnected(in_utility_network)
ParameterExplanationData Type
in_utility_network

The utility network where the IsConnected attribute will be updated.

Utility Network; Utility Network Layer

Derived Output

NameExplanationData Type
out_utility_network

The updated utility network.

Utility Network

Code sample

UpdateIsConnected example (Python window)

Update the IsConnected attribute for a utility network called GridNetwork.

import arcpy
arcpy.UpdateIsConnected_un("GridNetwork")

Environments

This tool does not use any geoprocessing environments.

Licensing information

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

Related topics