I was wondering if there is a way to draw a polyline but with an arrow head at the end point?
Thanks all
IPolyline line = new PolylineClass();
((IPointCollection)line).AddPoint((IPoint)sourceFeature.Shape);
((IPointCollection)line).AddPoint((IPoint)sinkFeature.Shape);
