11 Dec
2002
11 Dec
'02
12:27 a.m.
Dragos Chirila wrote:
hi
i don't know if this is possible , but here it is :
I want to build a list with all meta-types (I mean ALL !!) and for each meta_type i want to be able to get all the properties of an object with that meta_type. Is this possible ??? Any idea is real healpful.
Possible, but quite resource intensive (get a list of all installed metatypes, look at all objects, filter the ones with a given metatype, get all properties from a given object of this filtered list, get all property values: finished) Perhaps you should be more specific in describing what you want to do? cheers, oliver