Anyone wish to develop a custom script?

 From:  Michael Gibson
4801.74 In reply to 4801.73 
Hi Brian, to create your own object list from scratch call:

var mylist = moi.geometryDatabase.createObjectList();

You can then add an object to it by using the .addObject() method, like:

mylist.addObject( somecurve );

- Michael