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






In This Topic
    SetItem Method (DicomLabelCollection)
    In This Topic
    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)
    protected override void SetItem( 
       System.int index,
       DicomLabel item
    )
    protected procedure SetItem( 
        index: System.Integer;
        item: DicomLabel
    ); override; 
    protected override function SetItem( 
       index : System.int,
       item : DicomLabel
    );
    protected: void SetItem( 
       System.int index,
       DicomLabel* item
    ) override 
    protected:
    void SetItem( 
       System.int index,
       DicomLabel^ item
    ) override 

    Parameters

    index
    Index object is being placed
    item
    New Value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also