DicomObjects Reference
DicomObjects Reference / DicomConnections Collection / Add Method
DicomConnection to be added to this collection
Add Method
Description
Adds an item
Syntax
Visual Basic
Public Sub Add( _
   ByVal Connection As DicomConnection _
) 
Parameters
Connection
DicomConnection to be added to this collection
Remarks
The new addition is added at the end of the collection.
See Also