/
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,