CommandGroup.AddRange Method

Adds the specified Commands to the end of the CommandGroup.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public void AddRange(
    IEnumerable<Command> commands
)

Parameters

commands

Type: System.Collections.Generic.IEnumerable.Command.
The Commands that should be added to the end of the CommandGroup.

Reference

CommandGroup Class

TcHmiSrv.Core Namespace