GetValues Method (SparkGroupBase)
Class
SparkGroupBase
class
Action
Returns a matrix containing the automation values of all parts of the components.
Syntax
liValues
=
groupBase
.
GetValues
(
start
,
end
)
Variable
Description
liValues
LIST OF LIST OF STRING.
start
The index of the starting child. The default value is 0. INTEGER.
end
The index of the ending child. The default value is 0. INTEGER.