DicomObjects Reference
DicomObjects Reference / DicomConnections Collection / Item Property
The index of the item to be returned - this is normally 1-based, but see DicomGlobal.DotNetMode.
In This Topic
    Item Property
    In This Topic
    Description
    Accesses a Connection item
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Item( _
       ByVal Index As Long _
    ) As DicomConnection
    Parameters
    Index
    The index of the item to be returned - this is normally 1-based, but see DicomGlobal.DotNetMode.
    Return Type
    DicomConnection
    Remarks
    As this is the default property, the term "Item" is rarely used, as Connections.Item(3)
    may rather more concisely be written as Connections(3)
    See Also