Select to view content in your preferred language

Complete Editor.EditVertices Command from code in v2.1

596
1
10-07-2011 10:51 AM
DanielWalton
Frequent Contributor
I am working in 2.1 (still!). Is there any way to force an Editor to accept and complete the changes of an EditVertices command from code? If not, is there a way to do it in 2.2 or 3.0b?
0 Kudos
1 Reply
wangzhifang
Frequent Contributor
In 2.2 final api, there is a new EditGeometry class to control fine grained editing of a geometry, and it has a method called StopEdit, you could use this class to finish your job.
Example: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsGeometry
Hope this helps.
0 Kudos