Tagged Questions
4
votes
4answers
906 views
How to determine a point lays within a polyline in arc engine?
I recently asked a similiar question on this, however I needed to know if there is a way to solve this if I only have a IPolyline Feature, and not the whole layer.
I want to know if I can determine ...
4
votes
3answers
690 views
Get part of polyline based on 2 points in Arc Engine
Currently I have a layer with polylines; in another layer, I allowed the user to create 2 points on the polyline.
I want to know if there is a function for the polyline feature that I can use to get ...
1
vote
2answers
1k views
ArcEngine 10 Polyline with arrow
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();
...
3
votes
2answers
298 views
Is there a way to make a straight line in ArcEngine 10 (Polyline but with ONLY start and end)
So I want to allow the user to create a connection between 2 polygons on my map. So it doesn't make sense to allow them to draw polyline with multi points.
My question is, is there a way I can do ...
5
votes
1answer
222 views
Creating dynamic links between features
I currently want to create links between 2 features. Ie., I have 2 basins that flow out and I want to use a line/polyline to have a link out of them and both point to a common 3rd feature, indicating ...