DVTk API
Item Property (index)
DVTkDvtk.ComparatorDicomTagVrCollectionItem[([(Int32])])
DVTk API

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

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

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0