getPropertyTypeByIndex

getPropertyTypeByIndex(index: Integer): Type;

The getPropertyTypeByIndex method of the JadeDynamicObject class returns a reference to the type 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.