DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / Item Property / Item(Int32) Property
The Index of the DicomAttribute



    Item(Int32) Property
    Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As DicomAttribute
     
    'Usage
     
    Dim instance As DicomDataSet
    Dim index As Integer
    Dim value As DicomAttribute
     
    value = instance.Item(index)

    Parameters

    index
    The Index of the DicomAttribute
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also