 | 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)
Syntaxpublic void RemoveLabel(
Label key
)
Public Sub RemoveLabel (
key As Label
)
Parameters
- key
- Type: OBCOM.NetSwitchLib.MessagesLabel
The index of the label to be removed.
See Also