Utility Association
Creates an association with the specified type between the specified utility elements. Use this constructor if the association type does not need to specify a different value for:
UtilityAssociation.isContainmentVisible. The default value is false.
UtilityAssociation.fractionAlongEdge. The default value is 0.
Since
200.5.0
Parameters
The type of association between the UtilityAssociation.fromElement and UtilityAssociation.toElement.
The first participant in the association.
The second participant in the association.
See also
(UtilityAssociationType, UtilityElement, UtilityElement, Double)
Creates an association with the specified type between the specified utility elements with UtilityAssociation.isContainmentVisible value. This constructor is typically used when creating UtilityAssociationType.Containment association.
Since
200.5.0
Parameters
The type of association between the UtilityAssociation.fromElement and UtilityAssociation.toElement.
The first participant in the association.
The second participant in the association.
True if the content in the containment association is visible, false otherwise.
See also
(UtilityAssociationType, UtilityElement, UtilityElement, Double)
Creates an association with the specified type between the specified utility elements with the UtilityAssociation.fractionAlongEdge value. This constructor is typically used when creating UtilityAssociationType.JunctionEdgeObjectConnectivityMidspan association.
Since
200.5.0
Parameters
The type of association between the UtilityAssociation.fromElement and UtilityAssociation.toElement.
The first participant in the association.
The second participant in the association.
The relative location along the non-spatial edge where the junction is (logically) located.
See also
(UtilityAssociationType, UtilityElement, UtilityElement, Boolean)