setPropertyValueByIndex

setPropertyValueByIndex(index: Integer;
                        value: Any) updating;

The setPropertyValueByIndex method of the JadeDynamicObject class sets the value of the property at the relative position specified in the index parameter to the value specified in the value parameter at run time.

If the value of the index parameter is outside the range 1 through propertyCount, an exception is raised.