DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / SetItem Method
Index object is being placed
The object being set






In This Topic
    SetItem Method (DicomDataSetCollection)
    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 DicomDataSet _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim index As System.Integer
    Dim item As DicomDataSet
     
    instance.SetItem(index, item)
    protected override void SetItem( 
       System.int index,
       DicomDataSet item
    )
    protected procedure SetItem( 
        index: System.Integer;
        item: DicomDataSet
    ); override; 
    protected override function SetItem( 
       index : System.int,
       item : DicomDataSet
    );
    protected: void SetItem( 
       System.int index,
       DicomDataSet* item
    ) override 
    protected:
    void SetItem( 
       System.int index,
       DicomDataSet^ item
    ) override 

    Parameters

    index
    Index object is being placed
    item
    The object being set
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also