Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Retrieves the name of the current label. The current label is what a marker will be labeled if a manual labeling operation is performed.

Functional area

Data retrieval

Command syntax

Syntax

getCurrentLabel

Arguments

None

Flags

None

Return value

string

Returns a string with the same of the current label.

Examples

// Get the current label.
string $currentLabel = `getCurrentLabel`;
print $currentLabel ;
  • No labels