DVTk API
CopyTo Method (array, index)
DVTkDvtk.IheActors.DicomDicomTriggerItemCollectionCopyTo(array<DicomTriggerItem>[]()[], Int32)
DVTk API

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

Copies the elements of the ICollection to a strong-typed DicomTriggerItem[], starting at a particular DicomTriggerItem[] index.
Declaration Syntax
C#Visual BasicVisual C++
public void CopyTo(
	DicomTriggerItem[] array,
	int index
)
Public Sub CopyTo ( _
	array As DicomTriggerItem(), _
	index As Integer _
)
public:
void CopyTo(
	array<DicomTriggerItem^>^ array, 
	int index
)
Parameters
array (array< DicomTriggerItem >[]()[])
The one-dimensional DicomTriggerItem[] that is the destination of the elements copied from ICollection. The DicomTriggerItem[] must have zero-based indexing.
index (Int32)
The zero-based index in array at which copying begins.
Remarks
Provides the strongly typed member for ICollection.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0