Command.swap Method

Exchanges the values of two instances of the Command class.

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

Syntax

C#

public bool swap(
    Command other
)

Parameters

other

Type: TcHmiSrv.Command
The other Command.

Return Value

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

Reference

Command Class

TcHmiSrv Namespace