Value.CopyTo Method (.Value., Int32)
Copies the Values of the Value to an Array starting at the specified Array index.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public void CopyTo(
Value[] array,
int arrayIndex
)
Parameters
array |
Type: .TcHmiSrv.Value. |
arrayIndex |
Type: System.Int32 |