<?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 get site gross area using ArchiCAD API? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/571997#M8771</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt;
&lt;P&gt;Do you know how to get site gross area in ArchiCAD using API?&lt;/P&gt;
&lt;P&gt;(Image is attached below)&lt;/P&gt;
&lt;P&gt;If you know, please help me&lt;/P&gt;
&lt;P&gt;Thank you very much&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="received_1477693509735174.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/47812i77893D5EAD6E4A3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="received_1477693509735174.png" alt="received_1477693509735174.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 12:36:46 GMT</pubDate>
    <dc:creator>Tran Thanh Lo</dc:creator>
    <dc:date>2024-09-16T12:36:46Z</dc:date>
    <item>
      <title>How to get site gross area using ArchiCAD API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/571997#M8771</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;
&lt;P&gt;Do you know how to get site gross area in ArchiCAD using API?&lt;/P&gt;
&lt;P&gt;(Image is attached below)&lt;/P&gt;
&lt;P&gt;If you know, please help me&lt;/P&gt;
&lt;P&gt;Thank you very much&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="received_1477693509735174.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/47812i77893D5EAD6E4A3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="received_1477693509735174.png" alt="received_1477693509735174.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:36:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/571997#M8771</guid>
      <dc:creator>Tran Thanh Lo</dc:creator>
      <dc:date>2024-09-16T12:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get site gross area using ArchiCAD API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/572562#M8779</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I don't think that's possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get the &lt;STRONG&gt;Project Details&lt;/STRONG&gt; further up in the Project Info dialog with &lt;A href="https://graphisoft.github.io/archicad-api-devkit/group___project_setting.html#ga9a9c5b49960f77a5c1739767c74237a4" target="_blank"&gt;ACAPI_ProjectSetting_GetProjectNotes&lt;/A&gt; in AC27.&lt;/P&gt;
&lt;P&gt;(for &amp;lt;=AC26 similarly with &lt;STRONG&gt;ACAPI_Environment (APIEnv_GetProjectNotesID, &amp;amp;noteInfo)&lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;But I couldn't find anything for the &lt;STRONG&gt;Site Details&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 21:06:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/572562#M8779</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-10-24T21:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get site gross area using ArchiCAD API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/572832#M8795</link>
      <description>&lt;P&gt;This should be possible (I've noticed that some of the addons are adding/changing project properties).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 10:59:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/572832#M8795</guid>
      <dc:creator>Miha Nahtigal</dc:creator>
      <dc:date>2023-10-26T10:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get site gross area using ArchiCAD API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/572834#M8796</link>
      <description>&lt;P data-unlink="true"&gt;Good hint &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/8208"&gt;@Miha Nahtigal&lt;/a&gt;! With that info I was able to find something &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;It's together with the &lt;A href="https://graphisoft.github.io/archicad-api-devkit/group___auto_text.html" target="_self"&gt;AutoText&lt;/A&gt; stuff. Check out &lt;A href="https://graphisoft.github.io/archicad-api-devkit/group___auto_text.html#ga2604141af403528958e0e4d2ce9dea1a" target="_self"&gt;ACAPI_AutoText_GetAutoTexts&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 12:18:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-site-gross-area-using-ArchiCAD-API/m-p/572834#M8796</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-10-26T12:18:08Z</dc:date>
    </item>
  </channel>
</rss>

