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