DVTk API
Insert Method (index, value)
DVTkDvtk.Dicom.InformationEntityDataSetCollectionInsert(Int32, DataSet)
DVTk API

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

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

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0