ArcGIS Pro 3.7 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 Sub DeleteAssociation( _
       ByVal association As Association _
    ) 
    public void DeleteAssociation( 
       Association association
    )

    Parameters

    association
    The specified association.
    Exceptions
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also