<?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: Undo Transactions step-by-step within a CommandMethod in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4461067#M47516</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TT implemented a clever way to allow undos in this link:&amp;nbsp;&lt;A target="_self" href="http://www.theswamp.org/index.php?topic=43542.msg488156#msg488156"&gt;Undo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2013 01:01:10 GMT</pubDate>
    <dc:creator>hgasty1001</dc:creator>
    <dc:date>2013-09-27T01:01:10Z</dc:date>
    <item>
      <title>Undo Transactions step-by-step within a CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4460951#M47515</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a CommandMethod which has a loop that opens and commits transactions until the user is finished with it and exits.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like each transaction to be undone seperately but t&lt;/SPAN&gt;he undo command undoes the CommandMethod (along with all the transactions that occured while in the loop)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to use the COM StartUndoMark and EndUndoMark to get this working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope someone can help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 23:12:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4460951#M47515</guid>
      <dc:creator>SRSDS</dc:creator>
      <dc:date>2013-09-26T23:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Undo Transactions step-by-step within a CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4461067#M47516</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TT implemented a clever way to allow undos in this link:&amp;nbsp;&lt;A target="_self" href="http://www.theswamp.org/index.php?topic=43542.msg488156#msg488156"&gt;Undo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 01:01:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4461067#M47516</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2013-09-27T01:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Undo Transactions step-by-step within a CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4465191#M47517</link>
      <description>&lt;P&gt;Dim curdoc As IAcadDocument &amp;nbsp;&lt;SPAN&gt;is not recognised.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Appologies for my ignorance.but&amp;nbsp;&lt;/SPAN&gt;is this a COM component that I need to reference in?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 18:58:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4465191#M47517</guid>
      <dc:creator>SRSDS</dc:creator>
      <dc:date>2013-09-27T18:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Undo Transactions step-by-step within a CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4465373#M47518</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, IAcadDocument can be replaced by&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Autodesk.AutoCAD.Interop.AcadDocument&lt;FONT color="#000000"&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;you need to set references to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&lt;STRONG&gt;Autodesk.AutoCAD.Interop&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;and&amp;nbsp;&lt;/FONT&gt;Autodesk.AutoCAD.Interop.Common&amp;nbsp;&lt;/STRONG&gt;,&amp;nbsp;&lt;FONT color="#000000"&gt;you can find the references in the GAC or the inc folder of the SDK depending on version.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;Gaston Nunez&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 19:54:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/undo-transactions-step-by-step-within-a-commandmethod/m-p/4465373#M47518</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2013-09-27T19:54:59Z</dc:date>
    </item>
  </channel>
</rss>

