DicomObjects Reference
DicomObjects Reference / DicomConnections Collection / Remove Method
The index of the connection to remove
In This Topic
    Remove Method
    In This Topic
    Description
    Removes an item from the collection
    Syntax
    Visual Basic
    Public Sub Remove( _
       ByVal Index As Long _
    ) 
    Parameters
    Index
    The index of the connection to remove
    Remarks
    Removing DicomConnection from this collection by given index
    See Also