/
getAnimStart
getAnimStart
Description
The getAnimStart command automatically identifies the first frame in the animation range.
The value returned may be assigned to an integer variable.
Functional area
Data retrieval
Command syntax
Syntax
getAnimStart |
Arguments
None
Flags
None
Return value
integer
Returns the Animation start time.
Examples
int $start = `getAnimStart`; print $start; // In this example, an integer variable named $start is declared and // assigned the output of the getAnimStart command.
Additional information
Related commands
, multiple selections available,
Related content
getPlayEnd
getPlayEnd
More like this
getTime
getTime
More like this
animRange
animRange
More like this
getTimeCodeOffset
getTimeCodeOffset
More like this
getSelectedTimeRanges
getSelectedTimeRanges
More like this
playRange
playRange
More like this