<?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: Elements from Schedules / Schemes in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Elements-from-Schedules-Schemes/m-p/288660#M5035</link>
    <description>I've already found a way to get the list of schedules/schemes through Navigator API.</description>
    <pubDate>Mon, 06 Jun 2016 02:09:31 GMT</pubDate>
    <dc:creator>ReignBough</dc:creator>
    <dc:date>2016-06-06T02:09:31Z</dc:date>
    <item>
      <title>Elements from Schedules / Schemes</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Elements-from-Schedules-Schemes/m-p/288659#M5034</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Is there a way on getting the list of elements from 'Schedules'. The screenshot shows list of 'Full Element ID' (and other values). I want to get a list of these elements. Also, get the list of all available schemes from 'Scheme Settings'. Something like:&lt;BR /&gt;
&lt;PRE&gt;GetSchemeList(schemeList)
for (i = 0; i &amp;lt; schemeList.size(); i++)
{
    GetSchemeElements(schemeList&lt;I&gt;, elemList);
    for (j = 0; j &amp;lt; elemList.size(); j++)
    {
        API_Element elem;
        BNZeroMemory(&amp;amp;elem, ...);
        elem.header.guid = elemList&lt;I&gt;;
        ACAPI_Element_Get(&amp;amp;elem, ...)
        // process elements here
    }
}
&lt;/I&gt;&lt;/I&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scheme schedule.png" style="width: 892px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/8953i3C4844D9D36D4BDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="scheme schedule.png" alt="scheme schedule.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 19:06:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Elements-from-Schedules-Schemes/m-p/288659#M5034</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2023-07-12T19:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Elements from Schedules / Schemes</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Elements-from-Schedules-Schemes/m-p/288660#M5035</link>
      <description>I've already found a way to get the list of schedules/schemes through Navigator API.</description>
      <pubDate>Mon, 06 Jun 2016 02:09:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Elements-from-Schedules-Schemes/m-p/288660#M5035</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2016-06-06T02:09:31Z</dc:date>
    </item>
  </channel>
</rss>

