Hi,
can someone help me with list management and lines? I got three lists with points:
List A = pA1, pA2;
List B = pB1, pB2, pB3, pB4, pB4, pB5
List C = pC1, pC2
I would like to draw the lines from point pA1 to all point in List B (pB1, pB2, pB3, pB4, pB4, pB5) and also from point pA2 to all points in List B. Than the lines from List B to List C.
How can I manage the lists to get it works with line Line.ByStartPointEndPoint?
Regards, Milorad