CommandGroup.Insert Method
Inserts a Command to the CommandGroup at the specified index.
          Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public void Insert(
    int index,
    Command item
)Parameters
| index | Type: System.Int32 | 
| item | Type: TcHmiSrv.Core.Command |