I'm planning to make curved tools by joining two point / three point. Here, I found some example that is easy to understand Point and Chart. and Draw Smooth Path The question is, how to implement them to arcgis? I mean, how to modify polyline tools and implemented the method above so I can make it curved?
Thank you.
Your best bet may be to transform a series of control points into a "curved" line using some external library. I've played around with this and it seems to work fine.