<?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: UndoLastEdit in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184190#M4558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you look at the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Draw~UndoLastVertex.html"&gt;UndoLastVertex &lt;/A&gt;&lt;SPAN&gt;method?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be what you are looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 10:48:34 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2013-02-07T10:48:34Z</dc:date>
    <item>
      <title>UndoLastEdit</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184189#M4557</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;Users of my Silverlight 2.4 application wants to be able to undo vertex clicks as they are drawing a new polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The third vertex was placed in the wrong location. Press 'U', the point is removed and the user can continue drawing, click/place a new vertex...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible to achieive in 2.4 or later versions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The UndoLastEdit from EditGeometry seems only to work when vertex editing is activated. This is not the case here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 08:29:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184189#M4557</guid>
      <dc:creator>ArneDahlman</dc:creator>
      <dc:date>2013-02-07T08:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: UndoLastEdit</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184190#M4558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you look at the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Draw~UndoLastVertex.html"&gt;UndoLastVertex &lt;/A&gt;&lt;SPAN&gt;method?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be what you are looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 10:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184190#M4558</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2013-02-07T10:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: UndoLastEdit</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184191#M4559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have tried UndoLastVertex in the Draw class as you suggested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To use this I guess that instead of using the add command in Editor class, I need to make my own add functionality using Draw class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct? Or is there any way to get a current Draw object instance from the editor?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 10:27:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184191#M4559</guid>
      <dc:creator>ArneDahlman</dc:creator>
      <dc:date>2013-02-11T10:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: UndoLastEdit</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184192#M4560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It worked out well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I replaced the standard Add-tool with my own funktionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case someone is interested, this is the workflow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Drawing a geometry using ESRI.ArcGIS.Client.Draw (get symbol and geometrytype from FeatureLayer.LayerInfo)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Create new Graphic (get attributes from FeatureLayer.LayerInfo.Fields)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Add Graphic to the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The undo is triggered by a key-event.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 07:35:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/undolastedit/m-p/184192#M4560</guid>
      <dc:creator>ArneDahlman</dc:creator>
      <dc:date>2013-02-21T07:35:07Z</dc:date>
    </item>
  </channel>
</rss>

