CommandGroup.remove Method

Removes a Command at the specified position from the vector.

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

Syntax

C#

public ErrorValue remove(
    CommandVectorIterator position
)

Parameters

position

Type: TcHmiSrv.CommandVectorIterator
The position of the Command that should be removed.

Return Value

Type: ErrorValue
HMI_SUCCESS if the Command has been removed or HMI_E_ENTRY_NOT_FOUND if the Command does not exist.

Reference

CommandGroup Class

TcHmiSrv Namespace