public Association( AssociationType type, Element containerElement, Element contentElement, ContainmentVisibility containmentVisibility )
Public Function New( _ ByVal type As AssociationType, _ ByVal containerElement As Element, _ ByVal contentElement As Element, _ ByVal containmentVisibility As ContainmentVisibility _ )
Parameters
- type
- The type of association between containerElement and contentElement. Typically, it is AssociationType.Containment.
- containerElement
- An Element representing the container (e.g., a substation).
- contentElement
- An Element representing the content to move into the container (e.g., a circuit breaker).
- containmentVisibility
- Specifies the visibility of contentElement.