DVTk API
Insert Method (index, value)
DVTkDvtk.Dicom.InformationEntityBaseInformationEntityListInsert(Int32, BaseInformationEntity)
DVTk API

[This is preliminary documentation and is subject to change.]

Inserts an BaseInformationEntity element into the BaseInformationEntity at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int index,
	BaseInformationEntity value
)
Public Sub Insert ( _
	index As Integer, _
	value As BaseInformationEntity _
)
public:
void Insert(
	int index, 
	BaseInformationEntity^ value
)
Parameters
index (Int32)
The zero-based index at which value should be inserted.
value (BaseInformationEntity)
The BaseInformationEntityList to insert.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0