/
getLayers
getLayers
Description
Returns the array of layer names of the active clip.
An error is generated if there is no clip in the scene.
Functional area
NLE
Command syntax
Syntax
getLayers |
Arguments
None
Flags
None
Return value
string array
Examples
// Print the name of the active clip string $clip = `getActiveClip`; print $clip; // Print the layers of the active clip string $layers []; $layers = `getLayers`; print $layers;
Additional information
Related commands
, multiple selections available,
Related content
getActiveLayer
getActiveLayer
More like this
addLayer
addLayer
More like this
getActiveClip
getActiveClip
More like this
getClips
getClips
More like this
removeLayer
removeLayer
More like this
setActiveClip
setActiveClip
More like this