getPropertyInfoByIndex

getPropertyInfoByIndex(index: Integer;
                       name:  String output;
                       type:  Type output;
                       value: Any output): Boolean;

The getPropertyInfoByIndex method of the JadeDynamicObject class outputs the name, type, and value of a property at the position specified by the index parameter. This method returns true if the name, type, and value were successfully output; otherwise it returns false.

Attempting to access a property that does not exist or using a variable with a type other than Any that does not match the property type as the value parameter causes an exception to be raised.