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

In This Topic
    AssociationDescription Constructor(AssociationType,RowHandle,Int64,RowHandle,Int64)
    In This Topic
    Creates a new utility network AssociationDescription of the specified type. Use this constructor for connectivity associations only (type is ArcGIS.Core.Data.UtilityNetwork.AssociationType.JunctionJunctionConnectivity).
    Syntax
    Public Function New( _
       ByVal type As AssociationType, _
       ByVal row1 As RowHandle, _
       ByVal terminalID1 As Long, _
       ByVal row2 As RowHandle, _
       ByVal terminalID2 As Long _
    )

    Parameters

    type
    The association type.
    row1
    The first row in the association.
    terminalID1
    The terminal on the first row to connect.
    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

    See Also