Returns true if the label indexed by key exists.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public bool HasLabel(
int key
)
Public Function HasLabel (
key As Integer
) As Boolean
Parameters
- key
- Type: SystemInt32
The key of the required label.
Return Value
Type:
Boolean
true if the label indexed by
key exists.
See Also