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

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

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

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0