DVTk API
Item Property (index)
DVTkDvtkHighLevelInterface.InformationModelReferencedSopItemCollectionItem[([(Int32])])
DVTk API

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

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

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0