/
getKeys
getKeys
Description
Gets the frame numbers on which there are keys for the specified module and the specified channel.
Functional area
Data retrieval
Command syntax
Syntax
getKeys propertyName [-onMod string] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
propertyName | string | yes | Name of the channel property to count keys for |
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
onMod | 1 | string | — | Returns the keys for the specified module only. |
Return value
integer array
Examples
//print the frame numbers for all translation keys for the LFHD Marker int $keys[] = `getKeys Translation -onMod "LFHD"`; print $keys;
Additional information
Related commands
, multiple selections available,