View Single Post

  #1 (permalink)  
Old 07-06-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
How to get selected vertex in a polyline

Hi,

I'm developing a little app in c# using MapPoint 2004 ActiveX. I can get the selected shape when the user clicks on it, but what I want to do is to get the current selected vertice.

Is there any way to do that? I have been looking at shape's vertices property and I can enumerate the vertices, but I'm not able to know which vertex is selected.

Thanks in advance.
Reply With Quote