<?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: Creating property group error -2130312312 in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288162#M5223</link>
    <description>Regina, I've resolved this issue by adding &lt;B&gt;ACAPI_CallUndoableCommand()&lt;/B&gt; in my &lt;B&gt;MenuCommandHandler()&lt;/B&gt;, so this thread can be closed now. Thanks very much for the help !!!!</description>
    <pubDate>Thu, 01 Jun 2017 10:39:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-01T10:39:43Z</dc:date>
    <item>
      <title>[SOLVED] Creating property group error -2130312312</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288157#M5218</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm trying to create a new property group and I get this errorcode -2130312312. I checked the code and it corresponds to this error - "The passed identifier is not subject to the operation." &lt;BR /&gt;&lt;BR /&gt;I'm using the example code from this page - &lt;S&gt;&lt;/S&gt;&lt;A href="http://archicadapi.Graphisoft.com/documentation/acapi_property_createpropertygroup" target="_blank"&gt;http://archicadapi.Graphisoft.com/documentation/acapi_property_createpropertygroup&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Julian&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Dec 2022 13:06:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288157#M5218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-06T13:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating property group error -2130312312</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288158#M5219</link>
      <description>Hi,&lt;BR /&gt;
Which version of ARCHICAD are you using? I think the problem will be that this function must be undoable and it wasn’t called from an undoable scope. Please check it in your code!&lt;BR /&gt;
Best, Regina</description>
      <pubDate>Thu, 01 Jun 2017 09:54:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288158#M5219</guid>
      <dc:creator>Regina Judak</dc:creator>
      <dc:date>2017-06-01T09:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating property group error -2130312312</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288159#M5220</link>
      <description>I'm using Archicad 20, and the problem occurs only in my addin. The function works fine on the Property_test example addin ....</description>
      <pubDate>Thu, 01 Jun 2017 10:14:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288159#M5220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-01T10:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating property group error -2130312312</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288160#M5221</link>
      <description>Thanks. Have you checked the undoable scope in your addin? In ARCHICAD 20 this error code is returned if there is no undoable scope and you call a function which needs undoable scope. You can check it in the Property_Test example.</description>
      <pubDate>Thu, 01 Jun 2017 10:24:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288160#M5221</guid>
      <dc:creator>Regina Judak</dc:creator>
      <dc:date>2017-06-01T10:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating property group error -2130312312</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288161#M5222</link>
      <description>Could you please tell if you know how can I check this undoable scope on my add-in, because i'm newbie on archicad and xcode ?  : )</description>
      <pubDate>Thu, 01 Jun 2017 10:30:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288161#M5222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-01T10:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating property group error -2130312312</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288162#M5223</link>
      <description>Regina, I've resolved this issue by adding &lt;B&gt;ACAPI_CallUndoableCommand()&lt;/B&gt; in my &lt;B&gt;MenuCommandHandler()&lt;/B&gt;, so this thread can be closed now. Thanks very much for the help !!!!</description>
      <pubDate>Thu, 01 Jun 2017 10:39:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288162#M5223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-01T10:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating property group error -2130312312</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288163#M5224</link>
      <description>I'm glad that it works now! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Best, Regina</description>
      <pubDate>Thu, 01 Jun 2017 10:42:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Creating-property-group-error-2130312312/m-p/288163#M5224</guid>
      <dc:creator>Regina Judak</dc:creator>
      <dc:date>2017-06-01T10:42:22Z</dc:date>
    </item>
  </channel>
</rss>

