public AssociationDescription( AssociationType type, RowHandle row1, long terminalID1, RowHandle row2 )
Public Function New( _ ByVal type As AssociationType, _ ByVal row1 As RowHandle, _ ByVal terminalID1 As Long, _ ByVal row2 As RowHandle _ )
Parameters
- type
- The association type.
- row1
- The first row in the association.
- terminalID1
- The terminal on the first row to connect.
- row2
- The second row in the association.