/
getCurrentChar
getCurrentChar
Description
Retrieves the name of the current character (subject) in the Labeling panel.
Functional area
Subjects
Command syntax
Syntax
getCurrentChar |
Arguments
None
Flags
None
Return value
string
Returns a string with the name of the current character.
Examples
// Get the current Character. string $curCharacter = `getCurrentChar`; print $curCharacter;
Additional information
Related commands
, multiple selections available,
Related content
label
More like this
getCurrentSubject
getCurrentSubject
More like this
setCurrentSubject
setCurrentSubject
More like this
getModule
getModule
More like this
labelOptions
labelOptions
More like this
getPercentSubjectLabeled
getPercentSubjectLabeled
More like this