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
|