DVTk API
Insert Method (index, value)
DVTkDvtkData.DimseTagValueCollectionInsert(Int32, BaseTagValue)
DVTk API

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

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

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0