DVTk API
Add Method (value)
DVTkDvtkData.DimseTagValueCollectionAdd(BaseTagValue)
DVTk API

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

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

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0