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






    Item(Int32) Property
    The default indexer
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As DicomAttribute
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim index As System.Integer
    Dim value As DicomAttribute
     
    value = instance.Item(index)

    Parameters

    index
    The Index of the DicomAttribute
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also