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