DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / SetItem Method
Index object is being placed
New Value






    SetItem Method (DicomLabelCollection)
    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 SetItem( _
       ByVal index As System.Integer, _
       ByVal item As DicomLabel _
    ) 
     
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim index As System.Integer
    Dim item As DicomLabel
     
    instance.SetItem(index, item)

    Parameters

    index
    Index object is being placed
    item
    New Value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also