Click or drag to resize

MessageRemoveLabel Method

Removes the label indexed by supplied key.

Namespace:  OBCOM.NetSwitchLib.Messages
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void RemoveLabel(
	Label key
)

Parameters

key
Type: OBCOM.NetSwitchLib.MessagesLabel
The index of the label to be removed.
See Also