<?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 Is there a way to programmatically call the &amp;quot;Save Edits&amp;quot; command? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-a-way-to-programmatically-call-the-quot/m-p/298409#M7738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a custom tool that creates a new point or select an existing point within a non-versioned feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The pointâ??s attributes values are updates and saved. I need to commit the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have several userâ??s using the same tool on the save layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a tool that creates a new point or select an existing point within a non-versioned feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The pointâ??s attributes values are updates and saved. I need to commit the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have several userâ??s using the same tool on the save layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to programmatically call the "Save Edits" command from the â??Editorâ?� toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to call it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this the scenario: ArcObjects 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Start operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Save the feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Stop operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Call the "Save Edits" command, which automatically retains the editing layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 02:48:10 GMT</pubDate>
    <dc:creator>GenaroGarcia</dc:creator>
    <dc:date>2012-11-21T02:48:10Z</dc:date>
    <item>
      <title>Is there a way to programmatically call the "Save Edits" command?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-a-way-to-programmatically-call-the-quot/m-p/298409#M7738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a custom tool that creates a new point or select an existing point within a non-versioned feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The pointâ??s attributes values are updates and saved. I need to commit the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have several userâ??s using the same tool on the save layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a tool that creates a new point or select an existing point within a non-versioned feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The pointâ??s attributes values are updates and saved. I need to commit the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have several userâ??s using the same tool on the save layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to programmatically call the "Save Edits" command from the â??Editorâ?� toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to call it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this the scenario: ArcObjects 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Start operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Save the feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Stop operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Call the "Save Edits" command, which automatically retains the editing layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 02:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-a-way-to-programmatically-call-the-quot/m-p/298409#M7738</guid>
      <dc:creator>GenaroGarcia</dc:creator>
      <dc:date>2012-11-21T02:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to programmatically call the "Save Edits" command?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-a-way-to-programmatically-call-the-quot/m-p/298410#M7739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dubravko.antonic&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Execute ArcMap SaveEdit Command&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;UID pUID = new UID();
pUID.Value = "{59D2AFD2-9EA2-11D1-9165-0080C718DF97}"; // esriEditor.SaveEditsCommand
ICommandItem pCmdItem = Extension.Application.Document.CommandBars.Find(pUID, false, false);

pCmdItem.Execute();&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start/stop operations are methods on Editor object, look for IEditor&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000340000000" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000340000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards Dubravko&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-there-a-way-to-programmatically-call-the-quot/m-p/298410#M7739</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T14:19:12Z</dc:date>
    </item>
  </channel>
</rss>

