CommandGroup.swap Method

Exchanges the values of two instances of the CommandGroup class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public bool swap(
    CommandGroup arg0
)

Parameters

arg0

Type: TcHmiSrv.CommandGroup
The other CommandGroup.

Return Value

Type: Boolean
true if the swap was successful; otherwise, false.

Reference

CommandGroup Class

TcHmiSrv Namespace