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

In This Topic
    AddAssociation Method
    In This Topic
    Adds an association between two rows. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void AddAssociation( 
       Association association
    )
    Public Sub AddAssociation( _
       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