<?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: Retrieving Door Label Information in Archicad API in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Retrieving-Door-Label-Information-in-Archicad-API/m-p/584567#M9103</link>
    <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/23310"&gt;@kovacsv&lt;/a&gt;&amp;nbsp;Thank you very much, that was so helpful.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 19:23:38 GMT</pubDate>
    <dc:creator>sercet65</dc:creator>
    <dc:date>2024-01-18T19:23:38Z</dc:date>
    <item>
      <title>Retrieving Door Label Information in Archicad API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Retrieving-Door-Label-Information-in-Archicad-API/m-p/583929#M9081</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am working with the Archicad API and facing an issue while trying to retrieve label information for door elements. Specifically, I am looking to access the GUID or other identifying properties of door labels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have successfully managed to obtain information related to door markers, including their GUIDs, using the following approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;else if (elemType == API_DoorID) {
            // Handle Door elements

            API_DoorType&amp;amp; door = element.door;
            // Access markGuid from openingBase
            GS::Guid markGuid = APIGuid2GSGuid(door.openingBase.markGuid);
            std::string markGuidStr = (const char*)markGuid.ToUniString().ToCStr().Get();
         
            sprintf(reportStr, "Door Element, GUID: %s, Marker GUID: %s", APIGuidToString(elementGuid).ToCStr().Get(), markGuidStr.c_str());&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;However, when it comes to door labels, I am not sure how to access their properties. My current understanding is that door labels might be handled differently from door markers in the Archicad API, but I am unclear on the specifics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is: How can I retrieve the label information, particularly the GUID, for door elements using the Archicad API? Are there specific functions or methods provided in the API for accessing door label properties?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any guidance, code snippets, or references to relevant API documentation would be extremely helpful.&lt;/P&gt;
&lt;P&gt;Thank you for your assistance.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:44:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Retrieving-Door-Label-Information-in-Archicad-API/m-p/583929#M9081</guid>
      <dc:creator>sercet65</dc:creator>
      <dc:date>2024-09-16T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Door Label Information in Archicad API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Retrieving-Door-Label-Information-in-Archicad-API/m-p/583965#M9084</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/group___grouping.html#ga1c2f7d67b28a56139329d06f9cbb678b" target="_self"&gt;ACAPI_Grouping_GetConnectedElements&lt;/A&gt; function&lt;/SPAN&gt; can get the associated labels for an element. You can also see an example usage in the Element_Test Add-On: look for the function UpdateAllLabels.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 07:02:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Retrieving-Door-Label-Information-in-Archicad-API/m-p/583965#M9084</guid>
      <dc:creator>kovacsv</dc:creator>
      <dc:date>2024-01-15T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Door Label Information in Archicad API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Retrieving-Door-Label-Information-in-Archicad-API/m-p/584567#M9103</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/23310"&gt;@kovacsv&lt;/a&gt;&amp;nbsp;Thank you very much, that was so helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 19:23:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Retrieving-Door-Label-Information-in-Archicad-API/m-p/584567#M9103</guid>
      <dc:creator>sercet65</dc:creator>
      <dc:date>2024-01-18T19:23:38Z</dc:date>
    </item>
  </channel>
</rss>

