UtilityAssociation constructor

UtilityAssociation(
  1. UtilityAssociationType associationType, {
  2. required UtilityElement fromElement,
  3. required UtilityElement toElement,
})

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:

Parameters: