DVTk API
Item Property (index)
DVTkDvtkData.DimseTagValueCollectionItem[([(Int32])])
DVTk API

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

Gets or sets an BaseTagValue from the collection.
Declaration Syntax
C#Visual BasicVisual C++
public BaseTagValue this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As BaseTagValue
public:
property BaseTagValue^ default[int index] {
	BaseTagValue^ get (int index);
	void set (int index, BaseTagValue^ value);
}
Parameters
index (Int32)
The zero-based index of the collection member to get or set.
Value
The TagValueCollection at the specified index.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0