DVTk API
Add Method (value)
DVTkDvtk.Dicom.InformationEntityDataSetCollectionAdd(DataSet)
DVTk API

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

Adds an object to the end of the DataSetCollection.
Declaration Syntax
C#Visual BasicVisual C++
public int Add(
	DataSet value
)
Public Function Add ( _
	value As DataSet _
) As Integer
public:
int Add(
	DataSet^ value
)
Parameters
value (DataSet)
The DataSet to be added to the end of the DataSetCollection.
Return Value
The DataSetCollection index at which the value has been added.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0