ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing Namespace / AssociationDescription Class / AssociationDescription Constructor / AssociationDescription Constructor(AssociationType,RowHandle,RowHandle,Int64)
The association type.
The first row in the association.
The second row in the association.
The terminal on the second row to connect.

AssociationDescription Constructor(AssociationType,RowHandle,RowHandle,Int64)
Creates a new utility network AssociationDescription of the specified type. Use this constructor for connectivity assocations only (type is ArcGIS.Core.Data.UtilityNetwork.AssociationType.JunctionJunctionConnectivity).
Syntax
public AssociationDescription( 
   AssociationType type,
   RowHandle row1,
   RowHandle row2,
   long terminalID2
)

Parameters

type
The association type.
row1
The first row in the association.
row2
The second row in the association.
terminalID2
The terminal on the second row to connect.
Remarks
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.6 or higher.
See Also