<?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: How to get &amp;quot;IfcColumnType&amp;quot; property with C++ API? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/640091#M9975</link>
    <description>&lt;P&gt;Does anyone have any knowledge on this?&lt;BR /&gt;Currently, I am exporting to an IFC file and analyze the properties, but I would like to improve the internal processing of the add-on.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 14:53:00 GMT</pubDate>
    <dc:creator>HKM</dc:creator>
    <dc:date>2024-11-18T14:53:00Z</dc:date>
    <item>
      <title>How to get "IfcColumnType" property with C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/637942#M9931</link>
      <description>&lt;P&gt;How to get "IfcColumnType" property with C++ API?&lt;BR /&gt;I can get the "IfcColumn" property, but I cannot get the "IfcColumnType" property.&lt;BR /&gt;"IfcColumn" properties can be obtained using "ACAPI_Element_GetIFCProperties(element.header.guid, false, &amp;amp;lstPset)".&lt;BR /&gt;Windows10&lt;BR /&gt;Archicad26&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 08:50:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/637942#M9931</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-10-31T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get "IfcColumnType" property with C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/637970#M9936</link>
      <description>&lt;P&gt;Did you try ACAPI_Element_GetIFCType?&lt;/P&gt;
&lt;DIV id="content" class="inset"&gt;
&lt;PRE class="syntax"&gt;&lt;STRONG&gt;GSErrCode  ACAPI_Element_GetIFCType&lt;/STRONG&gt; (
        &lt;STRONG&gt;const &lt;A href="https://community.graphisoft.com/../Structures/API_Guid.html" target="_blank"&gt;API_Guid&lt;/A&gt;&amp;amp;&lt;/STRONG&gt;                 &lt;EM&gt;elementID&lt;/EM&gt;,
        &lt;STRONG&gt;&lt;A href="mk:@MSITStore:GSRoot.chm::/GSRootHTMLLibrary/GS/UniString/UniString.html" target="_blank"&gt;GS::UniString&lt;/A&gt;*&lt;/STRONG&gt;                  &lt;EM&gt;ifcType&lt;/EM&gt;,
        &lt;STRONG&gt;&lt;A href="mk:@MSITStore:GSRoot.chm::/GSRootHTMLLibrary/GS/UniString/UniString.html" target="_blank"&gt;GS::UniString&lt;/A&gt;*&lt;/STRONG&gt;                  &lt;EM&gt;typeObjectIFCType&lt;/EM&gt;
    );&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Oct 2024 10:49:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/637970#M9936</guid>
      <dc:creator>kuvbur</dc:creator>
      <dc:date>2024-10-31T10:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get "IfcColumnType" property with C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/638016#M9937</link>
      <description>&lt;P&gt;"ACAPI_Element_GetIFCType" is different.&lt;/P&gt;&lt;P&gt;The "IfcColumnType" property is required.&lt;BR /&gt;This is the property in the red frame in the attached image.&lt;BR /&gt;Note)The "IfcColumn" property can be obtained using "ACAPI_Element_GetIFCProperties".&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/78909iD90FDDC6FB0195B1/image-size/large?v=v2&amp;amp;px=999" border="0" alt="IfcColumnType.jpg" title="IfcColumnType.jpg" /&gt;</description>
      <pubDate>Thu, 31 Oct 2024 17:30:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/638016#M9937</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-10-31T17:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get "IfcColumnType" property with C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/640091#M9975</link>
      <description>&lt;P&gt;Does anyone have any knowledge on this?&lt;BR /&gt;Currently, I am exporting to an IFC file and analyze the properties, but I would like to improve the internal processing of the add-on.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 14:53:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-quot-IfcColumnType-quot-property-with-C-API/m-p/640091#M9975</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-11-18T14:53:00Z</dc:date>
    </item>
  </channel>
</rss>

