CommandGroup.RemoveRange Method
Removes a range of Commands from the CommandGroup.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public void RemoveRange(
int index,
int count
)
Parameters
index |
Type: System.Int32 |
count |
Type: System.Int32 |