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

Description
Copies the elements of the collection 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 anArray As Variant, _
   ByVal index As Long _
) 
Parameters
anArray
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

DictionaryWrapper Collection  | DictionaryWrapper Members