DicomObjects Reference
DicomObjects Reference / DicomLabels Collection / Item Property
An integer referencing the DicomLabel by its position in the collection, starting at 1.
Item Property
Description
Accesses a Label item
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Index As Long _
) As DicomLabel
Parameters
Index
An integer referencing the DicomLabel by its position in the collection, starting at 1.
Remarks
As this is the default property, the term "Item" is rarely used, as Labels.Item(3)
may rather more concisely be written as
Labels(3)
See Also