DicomObjects.NET8 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 Integer _
    ) As DicomAttribute
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim index As Integer
    Dim value As DicomAttribute
     
    value = instance.Item(index)
    public DicomAttribute Item( 
       int index
    ) {get;}
    public:
    property DicomAttribute^ Item {
       DicomAttribute^ get(int index);
    }

    Parameters

    index
    The Index of the DicomAttribute
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also