Label.name Method

Returns a label ID based on a specified label file ID and label ID number.

Syntax

public str name(str module, int labelId)

Run On

Called

Parameters

  • module
    Type: str
    A string that specifies a three-letter label file ID.
  • labelId
    Type: int
    An integer that specifies the numeric part of a label ID.

Return Value

Type: str
A string value that indicates the label ID.

See Also

Reference

Label Class