Click or drag to resize

MessagePutLabel Method

Changes the value of the label indexed by key.

Namespace:  OBCOM.NetSwitchLib.Messages
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void PutLabel(
	Label key,
	string value
)

Parameters

key
Type: OBCOM.NetSwitchLib.MessagesLabel
The index of the label to be updated.
value
Type: SystemString
The value the new value of the label (can be null).
Remarks
If value is null the label is removed.
See Also