DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAttribute Class / Item Property
The 1-based index of the component to return






    Item Property (DicomAttribute)
    The default indexer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal Index As System.Integer _
    ) As System.Object
     
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim Index As System.Integer
    Dim value As System.Object
     
    value = instance.Item(Index)

    Parameters

    Index
    The 1-based index of the component to return
    Remarks

    If Item is 0, then the overall value (equivalent to the Value) is returned

    If the VM is greater than 1 then individual items may be accessed by using the 1-based index.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also