public Association( AssociationType type, Element fromElement, Element toElement )
Public Function New( _ ByVal type As AssociationType, _ ByVal fromElement As Element, _ ByVal toElement As Element _ )
Parameters
- type
- The type of association between fromElement and toElement.
- fromElement
- An Element representing the from element if type is AssociationType.JunctionJunctionConnectivity.
- An Element representing the container element if type is AssociationType.Containment.
- An Element representing the structure element if type is AssociationType.Attachment.
- An Element representing the junction or non-spatial junction object connecting to the from side of the edge object if type is AssociationType.JunctionEdgeObjectConnectivityFromSide.
- An Element representing the junction or non-spatial junction object connecting to the to side of the edge object if type is AssociationType.JunctionEdgeObjectConnectivityToSide.
- toElement
- An Element representing the to element if type is AssociationType.JunctionJunctionConnectivity.
- An Element representing the content element if type is AssociationType.Containment.
- An Element representing the attachment element if type is AssociationType.Attachment.
- An Element representing the edge object connected to its from side by a junction or non-spatial junction object if type is AssociationType.JunctionEdgeObjectConnectivityFromSide.
- An Element representing the edge object connected to its to side by a junction or non-spatial junction object if type is AssociationType.JunctionEdgeObjectConnectivityToSide.