Select to view content in your preferred language

Delete vertex using editor?

1034
2
10-08-2010 02:02 AM
AnttiHannikainen
New Contributor
Question is howto delete vertex using editor with silverlight?

Like it is possible to do it in flex or javascript with rightclick-> delete vertex.
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
Double-click on the vertex you want to delete. If you are using Editor, the command is EditVertices.
0 Kudos
DanDong
Deactivated User
Hi all,

I was coding the functions by using C# and silverlight, I draw a polygon on a graphic layer. Then I want to have a function to delete some of the vertex on the polygon or delete the last point when I am drawing the polygon. Can I do this on a graphic layer? or I must do this on a feature layer? Can you give me some sample codes or suggestion on that? Thank you very much! 🙂
0 Kudos