public Association( AssociationType type, Element junction, Element edgeObject, double percentAlong )
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.