<?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 How to find relation between API_AttrTypeID and API_Element? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-find-relation-between-API-AttrTypeID-and-API-Element/m-p/398213#M8586</link>
    <description>&lt;P&gt;I am looking for a way to get linked between API_AttrTypeID and API_Element . Is there anyone know which field can be use to link each other?. My target is to find which attribute is used by which element.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 10:50:28 GMT</pubDate>
    <dc:creator>Newbie</dc:creator>
    <dc:date>2024-09-17T10:50:28Z</dc:date>
    <item>
      <title>How to find relation between API_AttrTypeID and API_Element?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-find-relation-between-API-AttrTypeID-and-API-Element/m-p/398213#M8586</link>
      <description>&lt;P&gt;I am looking for a way to get linked between API_AttrTypeID and API_Element . Is there anyone know which field can be use to link each other?. My target is to find which attribute is used by which element.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:50:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-find-relation-between-API-AttrTypeID-and-API-Element/m-p/398213#M8586</guid>
      <dc:creator>Newbie</dc:creator>
      <dc:date>2024-09-17T10:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to find relation between API_AttrTypeID and API_Element?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-find-relation-between-API-AttrTypeID-and-API-Element/m-p/400072#M8625</link>
      <description>&lt;P&gt;The elements typically have &lt;CODE&gt;API_AttributeIndex&lt;/CODE&gt; fields which indicate which attributes they are using. Every element has in their &lt;A href="https://archicadapi.graphisoft.com/documentation/api_elem_head" target="_self"&gt;header&lt;/A&gt; the attribute index of the layer it's on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And for example a &lt;A href="https://archicadapi.graphisoft.com/documentation/api_walltype" target="_self"&gt;wall&lt;/A&gt; has a lot of different attribute indices. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;API_AttributeIndex                  buildingMaterial;
API_AttributeIndex                  composite;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there are a lot more. Some are hidden in override types (&lt;CODE&gt;API_OverridenAttribute&lt;/CODE&gt;) and pen indices often just have datatype &lt;CODE&gt;short&lt;/CODE&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!&lt;/P&gt;
&lt;P&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 18:38:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-find-relation-between-API-AttrTypeID-and-API-Element/m-p/400072#M8625</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-09-28T18:38:31Z</dc:date>
    </item>
  </channel>
</rss>

