DicomObjects Reference
DicomObjects Reference / DicomConnections Collection / Move Method
The current index in the collection
The new index for the Connection within the collection
Move Method
Description
Moves a Connection item
Syntax
Visual Basic
Public Sub Move( _
   ByVal Index As Long, _
   ByVal Destination As Long _
) 
Parameters
Index
The current index in the collection
Destination
The new index for the Connection within the collection
Remarks
By using Move, Connections may be re-ordered within the collection.  The Connection referred to by the index is placed at the position given by "destination", other Connections being kept in sequence but moved as necessary to accommodate the moved item.
See Also