public function getValues(start:uint = 0, end:uint = 0):Array
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns a matrix containing the automation values of all parts of the components.
Should be row-major (return value is an Array of rows, each of which is
an Array of "items").
Parameters
| start:uint (default = 0 ) — The index of the starting child.
|
|
| end:uint (default = 0 ) — The index of the ending child.
|
Returns | Array — A matrix containing the automation values of all parts of the components.
|