ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Association Class / Association Constructor / Association Constructor(AssociationType,Element,Element,Double)
The type of association between junction and edgeObject. Typically, it is AssociationType.JunctionEdgeObjectConnectivityMidspan.
An Element representing the junction or non-spatial junction object.
An Element representing the non-spatial edge object.
The percent along the mid span of edgeObject to which junction is connected. If type is AssociationType.JunctionEdgeObjectConnectivityMidspan, this value must be greater than 0.0 and less than 1.0.

In This Topic
    Association Constructor(AssociationType,Element,Element,Double)
    In This Topic
    Syntax
    Public Function New( _
       ByVal type As AssociationType, _
       ByVal junction As Element, _
       ByVal edgeObject As Element, _
       ByVal percentAlong As Double _
    )

    Parameters

    type
    The type of association between junction and edgeObject. Typically, it is AssociationType.JunctionEdgeObjectConnectivityMidspan.
    junction
    An Element representing the junction or non-spatial junction object.
    edgeObject
    An Element representing the non-spatial edge object.
    percentAlong
    The percent along the mid span of edgeObject to which junction is connected. If type is AssociationType.JunctionEdgeObjectConnectivityMidspan, this value must be greater than 0.0 and less than 1.0.
    Exceptions
    Remarks
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also