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

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

Gets or sets the SequenceItem at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public SequenceItem this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As SequenceItem
public:
property SequenceItem^ default[int index] {
	SequenceItem^ get (int index);
	void set (int index, SequenceItem^ value);
}
Parameters
index (Int32)
Value
The SequenceItem at the specified index.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0