Line Digitization Direction

500
1
01-27-2011 04:40 AM
morfeassmorfeass
New Contributor
Hello Everybody,

I am trying to find a way to get the line digitization direction.
Is this information stored somewhere in the SHP file?
How can I extract it?

Thanks a lot!
0 Kudos
1 Reply
JohnHauck
Occasional Contributor II
It's stored in the SHP based on the order of the points in the collection. You can use IPolyline::FromPoint to determine the lines first point.
0 Kudos