OPC Labs Base Library
CopyTo Method
OpcLabs_BaseLib ActiveX DLL > ElasticVector Collection : CopyTo Method

Description
Copies the elements of the ICollection to an Array, starting at a particular Array index.

 

DISPID (Dispatch ID):

 

For more information, see CopyTo in .NET Reference.

Syntax
Visual Basic
Public Sub CopyTo( _
   ByVal destinationArray As Variant, _
   ByVal index As Long _
) 
Parameters
destinationArray

index

Return Type

See CopyTo in .NET Reference.

Remarks

For remarks, see CopyTo in .NET Reference.

Example

For examples, see CopyTo in .NET Reference.

See Also

ElasticVector Collection  | ElasticVector Members