I have a script working in NT8
In the script I "catch" horizontal line created by end user.
I want that the script will assign the horizontal line a template
The only way I found to do this is by using the command
Draw.HorizontalLine(this,Tag,MyHL.StartAnchor.Price,true,"LVN") ;
While LVN is the template name.
Any other way to assign template to object ?
Anyhow, I want that the owner of the horizontal line remain the user and not the script
how this is done ?

as I was hoping access to both get and assign templates to manually drawn objects would now be possible in NT8 (unlike 7)..
Comment