CommandGroup.Add Method

Add the specified Command to the CommandGroup.

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

Syntax

C#

public void Add(
    Command item
)

Parameters

item

Type: TcHmiSrv.Core.Command
The Command to add to the CommandGroup.

Implements

ICollection.T..Add(T)

Reference

CommandGroup Class

TcHmiSrv.Core Namespace