<?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 select an element by C++ code in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255212#M5498</link>
    <description>Thank you for the help! It works fine!</description>
    <pubDate>Fri, 20 Mar 2015 05:28:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-20T05:28:41Z</dc:date>
    <item>
      <title>[SOLVED] How to select an element by C++ code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255210#M5496</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;My goal is to select an element by C++ code.&lt;BR /&gt;&lt;BR /&gt;I have a modal dialog and I have elements GUIDs in current document, I want to select an element on dialog's button click. &lt;BR /&gt;&lt;BR /&gt;Is there a way to do that ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 11:29:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255210#M5496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-01T11:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to select an element by C++ code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255211#M5497</link>
      <description>&lt;BLOCKQUOTE&gt;ggiloyan wrote:&lt;BR /&gt;My goal is to select an element by C++ code.&lt;BR /&gt;
Is there a way to do that ?&lt;/BLOCKQUOTE&gt;
Yes, take a look at &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;ACAPI_Element_Select&lt;E&gt;&lt;/E&gt;.</description>
      <pubDate>Thu, 19 Mar 2015 14:23:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255211#M5497</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2015-03-19T14:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to select an element by C++ code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255212#M5498</link>
      <description>Thank you for the help! It works fine!</description>
      <pubDate>Fri, 20 Mar 2015 05:28:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255212#M5498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to select an element by C++ code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255213#M5499</link>
      <description>To make it clear, ACAPI_Element_Select is working with neig points of elements.&lt;BR /&gt;
If you have element GUIDs it's not a problem, because you can convert it to neig points the following way:&lt;BR /&gt;
- with the GUID get the element's header using ACAPI_Element_GetHeader&lt;BR /&gt;
- use ElemHead_To_Neig function (can be found in APICommon.h in example AddOns) to convert the elemhead to neig</description>
      <pubDate>Fri, 27 Mar 2015 08:39:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-How-to-select-an-element-by-C-code/m-p/255213#M5499</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2015-03-27T08:39:19Z</dc:date>
    </item>
  </channel>
</rss>

