Automatic dimension detection future request maybe?

 From:  Barry-H
11751.4 In reply to 11751.2 
Hi Michael,
just tried Auto dimension script and got this error.
TypeError: undefined is not a constructor (evaluating 'moi.geometryDatabase.addConstructionLine( begin, end )')

DimAuto.js line 95

91: }
92:
93: function CreateCLine( begin, end )
94: {
95: >> var cline = moi.geometryDatabase.addConstructionLine( begin, end );
96: cline.setHitTest( false );
97:
98: return cline;
99: }

Also cant this function be achieved with the standard Aligned dimension tool anyway ?
Cheers
Barry