About Make2D

 From:  Michael Gibson
8368.11 In reply to 8368.8 
There's also a findStyle script method that's probably useful for part of this, it has a "Create if not found" parameter like this:

var style = moi.geometryDatabase.findStyle( 'stylename', true /*CreateIfNotFound*/ );

- Michael