DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCollection Class / Item Property / Item(Int32) Property






    Item(Int32) Property
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As DicomImage
     
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim index As System.Integer
    Dim value As DicomImage
     
    instance.Item(index) = value
     
    value = instance.Item(index)

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also