DVTk API
Add Method (value)
DVTkDvtk.ComparatorDicomTagVrCollectionAdd(DicomTagVr)
DVTk API

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

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

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0