ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / UtilityNetwork Class / DeleteAssociation Method
The specified association.

DeleteAssociation Method
Deletes an association between two rows. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void DeleteAssociation( 
   Association association
)

Parameters

association
The specified association.
Exceptions
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.6 or higher.
See Also