<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to stop the EditVertices by code? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345729#M8892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using Reflector, I discovered that the function I need to call is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI.ArcGIS.Client.FeatureService.Editing.Editor.StopEdit()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it is not exposed in the API: the ESRI.ArcGIS.Client.FeatureService.Editing.Editor class is internal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any workaround?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2011 17:08:52 GMT</pubDate>
    <dc:creator>FrancoisChartrand</dc:creator>
    <dc:date>2011-04-13T17:08:52Z</dc:date>
    <item>
      <title>How to stop the EditVertices by code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345728#M8891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the EditVertices command (from the Editor class) with a GraphicsLayer to edit geometries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The CancelActive command allows me to cancel the current edition but is there another command (or any other line of code) that would allow me to stop the edition without cancelling it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way to stop the edition is to click on the geometry that is being edited or another geometry but what if I want to stop editing without a user click (e.g. an apply button)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can easily reproduce this behaviour using this &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsExplicitSave"&gt;sample&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 19:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345728#M8891</guid>
      <dc:creator>FrancoisChartrand</dc:creator>
      <dc:date>2011-04-11T19:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the EditVertices by code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345729#M8892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using Reflector, I discovered that the function I need to call is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI.ArcGIS.Client.FeatureService.Editing.Editor.StopEdit()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it is not exposed in the API: the ESRI.ArcGIS.Client.FeatureService.Editing.Editor class is internal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any workaround?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 17:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345729#M8892</guid>
      <dc:creator>FrancoisChartrand</dc:creator>
      <dc:date>2011-04-13T17:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the EditVertices by code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345730#M8893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have experienced this as well. I would also like to know how we can work around this, as the users we have had testing the editing functionality of our application do not think to de-select the geometry they just edited to commit the changes. It really isn't intuitive to make a user do that. If there are no workarounds as of now, are there changes in version 2.2 that will allow programmatic completion of edits?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:16:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345730#M8893</guid>
      <dc:creator>NickKohler</dc:creator>
      <dc:date>2011-04-14T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the EditVertices by code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345731#M8894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The current version of the API does not allow you to stop EditVertices in code-behind. However, we are looking into exposing this in the future releases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is related thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/26034-Unable-to-save-edits-to-graphics-on-GraphicsLayer-using-Editor-control"&gt;http://forums.arcgis.com/threads/26034-Unable-to-save-edits-to-graphics-on-GraphicsLayer-using-Editor-control&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2011 07:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-stop-the-editvertices-by-code/m-p/345731#M8894</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-04-17T07:21:14Z</dc:date>
    </item>
  </channel>
</rss>

