<?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: [SOLVED] Full &amp;amp; Compact Element ID in Zone in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273113#M5129</link>
    <description>For 19 above, you can use ACAPI_Database(APIDb_GetElementInfoStringID, guid, infoStr).&lt;BR /&gt;
&lt;BR /&gt;
For full (hotlinked id+element id) id, you can use ACAPI_Database(APIDb_GetCompoundInfoStringID, guid, infoStr).</description>
    <pubDate>Wed, 26 Apr 2017 02:52:25 GMT</pubDate>
    <dc:creator>ReignBough</dc:creator>
    <dc:date>2017-04-26T02:52:25Z</dc:date>
    <item>
      <title>[SOLVED] Full &amp; Compact Element ID in Zone</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273110#M5126</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Where is this "Compact Element ID" information stored?&lt;BR /&gt;&lt;BR /&gt;In Archicad it is found in a Zone Settings under Categories and Settings -&amp;gt; ID &amp;amp; Categories.&lt;BR /&gt;&lt;BR /&gt;In the same group I see the following data (im using the CHE Version):&lt;BR /&gt;Element Classification: Room&lt;BR /&gt;&lt;STRONG&gt;ID-Nr. : XXX&lt;/STRONG&gt; (This is the Information I want)&lt;BR /&gt;Renovation-Status (Umbau-Status): XXXX&lt;BR /&gt;Display in Renovation-Filter (Anzeigen auf Umbau-Filter): XXX &lt;BR /&gt;&lt;BR /&gt;I have looked at the documentation for: API_​ElemCategoryID, when I use the suggested code* I get the following 6 key value pairs:&lt;BR /&gt;&lt;BR /&gt;+("Anzeigen auf Umbau-Filter", "Alle relevanten Filter") -&amp;gt; API_ElemCategory_RenovationFilter&lt;BR /&gt;+("Element-Klassifizierung", "Raum") -&amp;gt; API_ElemCategory_ElementClassification&lt;BR /&gt;+("Klassifizierung nach DIN 277", "") -&amp;gt; API_ElemCategory_BRI:&lt;STRONG&gt;APIERR_BADPARS&lt;/STRONG&gt;&lt;BR /&gt;+("Lage", "") -&amp;gt; API_ElemCategory_Position: &lt;STRONG&gt;APIERR_BADPARS&lt;/STRONG&gt;&lt;BR /&gt;+("Tragende Funktion", "") -&amp;gt; API_ElemCategory_StructuralFunction&lt;BR /&gt;+("Umbau-Status", "Bestand") -&amp;gt; API_ElemCategory_RenovationStatus&lt;BR /&gt;&lt;BR /&gt;I am getting an APIERR_BADPARS on two of them. Is the API_ElemCategory_BRI supposed to be the Compact Element ID?&lt;BR /&gt;Why am I getting the error?&lt;BR /&gt;&lt;BR /&gt;*link to the code: &lt;S&gt;&lt;/S&gt;&lt;A href="http://archicadapi.graphisoft.com/documentation/acapi_element_getcategoryvalue?s=API_ElemCategory_BRI" target="_blank"&gt;http://archicadapi.graphisoft.com/documentation/acapi_element_getcategoryvalue?s=API_ElemCategory_BRI&lt;/A&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/70851i6B04ECFD5798C8C3/image-size/large?v=v2&amp;amp;px=999" border="0" alt="ID.PNG" title="ID.PNG" /&gt;</description>
      <pubDate>Wed, 12 Jul 2023 18:52:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273110#M5126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-12T18:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Full &amp; Compact Element ID in Zone</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273111#M5127</link>
      <description>Dear mar_kq, &lt;BR /&gt;
 &lt;BR /&gt;
The ID you are looking for is in the elemInfoString member of the API_ElementMemo structure correlating to your element. &lt;BR /&gt;
To query the contents of this memo, you can use the ACAPI_Element_GetMemo function. &lt;BR /&gt;
 &lt;BR /&gt;
Best regards, &lt;BR /&gt;
Dénes</description>
      <pubDate>Wed, 05 Apr 2017 09:23:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273111#M5127</guid>
      <dc:creator>dfintha</dc:creator>
      <dc:date>2017-04-05T09:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Full &amp; Compact Element ID in Zone</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273112#M5128</link>
      <description>&lt;BLOCKQUOTE&gt;dfintha wrote:&lt;BR /&gt;
The ID you are looking for is in the elemInfoString member of the API_ElementMemo structure correlating to your element.
&lt;/BLOCKQUOTE&gt;

Thanks so much Denes, this worked.</description>
      <pubDate>Tue, 25 Apr 2017 08:46:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273112#M5128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T08:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Full &amp; Compact Element ID in Zone</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273113#M5129</link>
      <description>For 19 above, you can use ACAPI_Database(APIDb_GetElementInfoStringID, guid, infoStr).&lt;BR /&gt;
&lt;BR /&gt;
For full (hotlinked id+element id) id, you can use ACAPI_Database(APIDb_GetCompoundInfoStringID, guid, infoStr).</description>
      <pubDate>Wed, 26 Apr 2017 02:52:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Full-amp-Compact-Element-ID-in-Zone/m-p/273113#M5129</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2017-04-26T02:52:25Z</dc:date>
    </item>
  </channel>
</rss>

