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

In This Topic
    Item(Int32) Property
    In This Topic
    The default indexer
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As DicomAttribute
    public DicomAttribute Item( 
       System.int index
    ) {get;}

    Parameters

    index
    The Index of the DicomAttribute
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also