Lists all the model components with values. Components are specified by path, i.e., a string made from their caption preceded by the caption of their parent submodel, its parent and so on, separated by forward-slashes like a directory path.
list.objects(model.handle)
model.handle |
Model handle created when calling load.model() |
List of component paths as described above, in tree traversal order
Jasper Taylor