DVTk API
Add Method (value)
DVTkDvtk.Dicom.InformationEntityTagTypeListAdd(TagType)
DVTk API

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

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

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0