DicomObjects Reference
DicomObjects Reference / DicomDataSets Collection / Item Property
The 1-based index of the item to retrieve
In This Topic
    Item Property
    In This Topic
    Description
    Provides access to the individual DicomDataSet items of a DicomDataSets collection
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Item( _
       ByVal Index As Variant _
    ) As DicomDataSet
    Parameters
    Index
    The 1-based index of the item to retrieve
    Remarks
    As this is the default property, the term "Item" is rarely used in languages which support default properties, as DataSets.Item(3) may rather more concisely be written as DataSets(3)
    See Also