Insert Method (DicomImageCollection)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As DicomImage _
)
'Usage
Dim instance As DicomImageCollection
Dim index As System.Integer
Dim item As DicomImage
instance.Insert(index, item)
[__DynamicallyInvokable()]
public void Insert(
System.int ,
DicomImage
)
public procedure Insert(
: System.Integer;
: DicomImage
);
__DynamicallyInvokableAttribute()
public function Insert(
: System.int,
: DicomImage
);
[__DynamicallyInvokable()]
public: void Insert(
System.int ,
DicomImage*
)
[__DynamicallyInvokable()]
public:
void Insert(
System.int ,
DicomImage^
)
Parameters
- index
- item
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also