Simon,
Probably the easiest way to do it is to create a variable that contains a line going from 0,0 to 1,0 and use the "FindAngleBetweenLines".
Another way is to use the endpoints of the line to calculate its angle relative to horizontal. You can use atan(dy/dx).
Bruce
Bruce Ammons
Ammons Engineering