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

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

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

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0