DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCollection Class / InsertItem Method
The location where the insert is occuring
The object being inserted






    InsertItem Method (DicomImageCollection)
    This is an override of the method in the base collection, and would not normally be used by DicomObjects developers
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertItem( _
       ByVal index As System.Integer, _
       ByVal item As DicomImage _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim index As System.Integer
    Dim item As DicomImage
     
    instance.InsertItem(index, item)

    Parameters

    index
    The location where the insert is occuring
    item
    The object being inserted
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also