public AssociationDescription( AssociationType type, RowHandle row1, RowHandle row2, bool isContainmentVisible )
Public Function New( _ ByVal type As AssociationType, _ ByVal row1 As RowHandle, _ ByVal row2 As RowHandle, _ ByVal isContainmentVisible As Boolean _ )
Parameters
- type
- The association type.
- row1
- The first row in the association.
- row2
- The second row in the association.
- isContainmentVisible
- Determines the visibility of the content row in the map when outside of a container view.