Click or drag to resize

MessageRemoveLabel Method

Removes the label indexed by key from the Message.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void RemoveLabel(
	int key
)

Parameters

key
Type: SystemInt32
The key of the label to remove.
Remarks
Nothing happens if the label is not defined in the Message. In other words, it is valid to remove something that is not defined.
See Also