Hi,
I'm trying to place images on link segments based on user preference - e.g., First Segment, Longest Segment, Last Segment.
If I examine the SegmentCount property of the link and the ControlPoints.Count property, I come up with: 2 segments and 3 control points. Here are the x/y coordinate pairs for my simple link:
66.5 / 71 , 103.5 / 71 , 103.5 / 71
As you can see, if I wanted to get the Last Segment for this link, I'd be looking at a single pixel

Can you explain why this is so.
Also is there a simple way to find the longest segment (perhaps you've already provided someone with the necessary code).
As usual, thanks in advance for any help in understanding this.
Jim