DVTk API
Add Method (value)
DVTkDvtk.IheActors.DicomDicomTriggerItemCollectionAdd(DicomTriggerItem)
DVTk API

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

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

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0