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

In This Topic
    DeleteAssociation Method
    In This Topic
    Deletes an association between two rows. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void DeleteAssociation( 
       Association association
    )
    Public Sub DeleteAssociation( _
       ByVal association As Association _
    ) 

    Parameters

    association
    The specified association.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also