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
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim index As System.Integer
    Dim value As DicomAttribute
     
    value = instance.Item(index)
    public DicomAttribute Item( 
       System.int index
    ) {get;}
    public read-only property Item( 
        index: System.Integer
    ): DicomAttribute; 
    public function get Item( 
       index : System.int
    ) : DicomAttribute
    public: __property DicomAttribute* get_Item( 
       System.int index
    );
    public:
    property DicomAttribute^ Item {
       DicomAttribute^ get(System.int index);
    }

    Parameters

    index
    The Index of the DicomAttribute
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also