<?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 Layer Combination API in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662151#M10332</link>
    <description>&lt;P&gt;I want to create an add-on that switches to the view named "9：平面画像作成用". Is there a way to do this? Please guide me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeTanKien_0-1746953365606.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/86776i4CCD0E45C8661ED5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeTanKien_0-1746953365606.png" alt="LeTanKien_0-1746953365606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 May 2025 08:50:24 GMT</pubDate>
    <dc:creator>Le Tan Kien</dc:creator>
    <dc:date>2025-05-11T08:50:24Z</dc:date>
    <item>
      <title>Layer Combination API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662151#M10332</link>
      <description>&lt;P&gt;I want to create an add-on that switches to the view named "9：平面画像作成用". Is there a way to do this? Please guide me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeTanKien_0-1746953365606.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/86776i4CCD0E45C8661ED5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeTanKien_0-1746953365606.png" alt="LeTanKien_0-1746953365606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 May 2025 08:50:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662151#M10332</guid>
      <dc:creator>Le Tan Kien</dc:creator>
      <dc:date>2025-05-11T08:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combination API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662180#M10333</link>
      <description>&lt;P&gt;&lt;BR /&gt;GSErrCode ACAPI_Navigator_ChangeCurrLayerComb ( API_AttributeIndex * layerCombIndex ) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/group___navigator.html#gab55c4569a18237a48fce4707935c8c01" target="_blank"&gt;https://graphisoft.github.io/archicad-api-devkit/group___navigator.html#gab55c4569a18237a48fce4707935c8c01&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 04:27:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662180#M10333</guid>
      <dc:creator>AllanP</dc:creator>
      <dc:date>2025-05-12T04:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combination API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662181#M10334</link>
      <description>&lt;P&gt;Can you give me an example snippet to switch to that layer? I’ve tried it but it doesn’t switch to the layer. Thank you sir.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 04:29:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662181#M10334</guid>
      <dc:creator>Le Tan Kien</dc:creator>
      <dc:date>2025-05-12T04:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combination API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662195#M10335</link>
      <description>&lt;P&gt;API_AttributrIndex layerCombInd = 21;&amp;nbsp; &amp;nbsp;// the layer combination id of the desired layer&lt;/P&gt;
&lt;P&gt;GSErrCode&amp;nbsp; &amp;nbsp; err = NoError;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in Archicad 25 it was&lt;/P&gt;
&lt;P&gt;err = ACAPI_Environment(APIEnv_changeCurrLayerCombID, &amp;amp;layerCombInd);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now in Archicad 28 i think it is&lt;/P&gt;
&lt;P&gt;err =ACAPI_Navigator_ChangeCurrLayerComb (&amp;nbsp;&amp;amp;layerCombInd );&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 07:06:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662195#M10335</guid>
      <dc:creator>AllanP</dc:creator>
      <dc:date>2025-05-12T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combination API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662213#M10336</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeTanKien_0-1747041457869.png" style="width: 799px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/86790iCDA423FEFA713E9C/image-dimensions/799x152?v=v2" width="799" height="152" role="button" title="LeTanKien_0-1747041457869.png" alt="LeTanKien_0-1747041457869.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you sir, but not work&amp;nbsp;@@&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 15:42:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662213#M10336</guid>
      <dc:creator>Le Tan Kien</dc:creator>
      <dc:date>2025-05-12T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Layer Combination API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662214#M10337</link>
      <description>&lt;P&gt;Thank you sir, I am done&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 09:27:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Layer-Combination-API/m-p/662214#M10337</guid>
      <dc:creator>Le Tan Kien</dc:creator>
      <dc:date>2025-05-12T09:27:04Z</dc:date>
    </item>
  </channel>
</rss>

