Value.CopyTo Method (.Value., Int32)

Copies the Values of the Value to the specified Array, starting at the specified index.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public void CopyTo(
    Value[] array,
    int arrayIndex
)

Parameters

array

Type: .TcHmiSrv.Core.Value.
The one-dimensional Array that is the destination of the Values copied from the Value. The Array must have zero-based indexing.

arrayIndex

Type: System.Int32
The zero-based index in array at which copying begins.

Implements

ICollection.T..CopyTo(.T., Int32)

Reference

Value Class

CopyTo Overload

TcHmiSrv.Core Namespace