DVTk API
Add Method (value)
DVTkDvtkHighLevelInterface.InformationModelReferencedSopItemCollectionAdd(ReferencedSopItem)
DVTk API

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

Adds an object to the end of the ReferencedSopItemCollection.
Declaration Syntax
C#Visual BasicVisual C++
public int Add(
	ReferencedSopItem value
)
Public Function Add ( _
	value As ReferencedSopItem _
) As Integer
public:
int Add(
	ReferencedSopItem^ value
)
Parameters
value (ReferencedSopItem)
The ReferencedSopItem to be added to the end of the ReferencedSopItemCollection.
Return Value
The ReferencedSopItemCollection index at which the value has been added.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0