InsertItem Method (DicomImageCollection)
This is an override of the method in the base collection, and would not normally be used by DicomObjects developers
protected override void InsertItem(
System.int ,
DicomImage
)
protected procedure InsertItem(
: System.Integer;
: DicomImage
); override;
protected override function InsertItem(
: System.int,
: DicomImage
);
protected: void InsertItem(
System.int ,
DicomImage*
) override
protected:
void InsertItem(
System.int ,
DicomImage^
) override
'Declaration
Protected Overrides Sub InsertItem( _
ByVal As System.Integer, _
ByVal 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
Target Platforms: .NET CLR 4.8 or higher