V5 Wish List

 From:  Michael Gibson
10114.542 In reply to 10114.541 
Hi Mo, a script can create a construction line by:

var cline = moi.geometryDatabase.addConstructionLine( startpt, endpt, true /* Is Temporary */ );

but there isn't any way for one created in this way to get set as the active construction line so that the repositioning method will target it. I'll add in a method so that this can work though.

- Michael