There are two ways to connect features in a utility network: geometric coincident based connectivity or connectivity associations.
Connectivity associations allow you to model the connectivity between two features that are not coincident. They can also be used to create connectivity between spatial features and nonspatial junction and edge objects. Connectivity associations use network rules to ensure data quality by restricting the types of features that can be associated.
You can remove a connectivity association using the Modify Associations pane or through Python.
Use the Modify Associations pane to delete a connectivity association
The following steps outline how to use the Modify Associations pane to modify or remove a connectivity association between two features:
- Ensure that a utility network is available in an active map view and click the Utility Network tab.
The Utility Network tab is activated.
- In the Association group, click Modify .
The Modify Associations pane is activated.
- In the Modify Associations pane, select one of the features you want to remove from a connectivity association.
- Click the Add features tool and click one of the features on the map to populate the Active Item in the pane.
For junction or edge objects, use the Load selected tool to populate the Active Item in the Modify Associations pane with selected rows from the attribute table.
When the Active Item is populated, the Connectivity, Containment, and Attachment tabs are displayed with an indicator that communicates the number of associations the active item has for each type.
- Select the Connectivity tab to view the connectivity associations for the feature.
- If the feature has terminals, select a terminal from the Terminal drop-down menu to set the active terminal.
Connections to the active terminal are displayed in black. Connectivity to other terminals on the feature are indicated by a lighter shade of gray.
- Click the Add features tool and click one of the features on the map to populate the Active Item in the pane.
- Click the delete button next to the feature you want to remove the connectivity association from under either the Junction - Junction, Junction - Edge, or Junction - Edge Midspan sections.
Once you've clicked the delete button , the feature is represented in the pane with a strikethrough effect and a green indicator to signify that it will be deleted.
- Click Apply to commit your changes.
The specified connectivity associations for the feature selected in step 3 have been removed. Validate the network topology to reflect the change.
Use Python scripting to delete a connectivity association
Editors can use Python scripting to perform edit operations which include the deletion of connectivity associations between features. To do this, you must first import arcpy and start an edit operation to run the DeleteConnectivityAssociation function.