CommandGroup.CopyTo Method
Copies the Commands of the CommandGroup 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(
Command[] array,
int arrayIndex
)
Parameters
array |
Type: .TcHmiSrv.Command. |
arrayIndex |
Type: System.Int32 |