Value.remove Method (UInt32, UInt32)
Removes a range of Values from the vector.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public ErrorValue remove(
uint first,
uint last
)
Parameters
first |
Type: System.UInt32 |
last |
Type: System.UInt32 |
Return Value
Type: ErrorValue
HMI_SUCCESS
if the Values have been
removed; otherwise, any ErrorValue that best
describes which error has occurred.