DVTk API
Insert Method (index, value)
DVTkDvtkHighLevelInterface.InformationModelReferencedSopItemCollectionInsert(Int32, ReferencedSopItem)
DVTk API

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

Inserts an ReferencedSopItem element into the ReferencedSopItemCollection at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int index,
	ReferencedSopItem value
)
Public Sub Insert ( _
	index As Integer, _
	value As ReferencedSopItem _
)
public:
void Insert(
	int index, 
	ReferencedSopItem^ value
)
Parameters
index (Int32)
The zero-based index at which value should be inserted.
value (ReferencedSopItem)
The ReferencedSopItem to insert.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0