getPropertyValueByIndex

getPropertyValueByIndex(index: Integer): Any;

The getPropertyValueByIndex method of the JadeDynamicObject class returns the value of the property at the relative position specified in the index parameter.

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