OPC Studio User's Guide and Reference
CopyTo Method (ElasticVector)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections Namespace > ElasticVector Class : CopyTo Method

The individual elements of the parameter value can be null (Nothing in Visual Basic).

Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal destinationArray As Array, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ElasticVector
Dim destinationArray As Array
Dim index As Integer
 
instance.CopyTo(destinationArray, index)

Parameters

destinationArray

The individual elements of the parameter value can be null (Nothing in Visual Basic).

index
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also