<?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: ACAPI_Element_AttachObserver, notifyFlags in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381599#M856</link>
    <description>&lt;P&gt;I think you are confusing 'notifyFlags' with 'API_​ElementDBEventID'&lt;/P&gt;</description>
    <pubDate>Sat, 27 May 2023 21:21:02 GMT</pubDate>
    <dc:creator>BenjiDev</dc:creator>
    <dc:date>2023-05-27T21:21:02Z</dc:date>
    <item>
      <title>ACAPI_Element_AttachObserver, notifyFlags</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381419#M853</link>
      <description>&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/documentation/acapi_element_attachobserver" target="_blank" rel="noopener"&gt;ACAPI_Element_AttachObserver&lt;/A&gt;&amp;nbsp;takes an argument "notifyFlags".&lt;/P&gt;&lt;P&gt;I can't find any example addon (under the devkit folder) using this argument.&lt;/P&gt;&lt;P&gt;From the documentation:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"notifyFlags&lt;/EM&gt;[in] Defines the behavior of the attached observer in certain database operations."&lt;/P&gt;&lt;P&gt;A bit vauge in my opinion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where can i find more informaition about these flags? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Whats the behavior and which database operations are they are talking about.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 18:02:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381419#M853</guid>
      <dc:creator>BenjiDev</dc:creator>
      <dc:date>2023-05-25T18:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: ACAPI_Element_AttachObserver, notifyFlags</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381474#M854</link>
      <description>&lt;P&gt;As I understand it you don't set this argument yourself. It is used by APIElementEventHandlerProc to tell which&amp;nbsp; event is happening to the attached element.&lt;/P&gt;
&lt;P&gt;A value is already assigned to it so you don't have to do anything&lt;/P&gt;
&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/documentation/apielementeventhandlerproc" target="_blank"&gt;https://archicadapi.graphisoft.com/documentation/apielementeventhandlerproc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/documentation/api_notifyelementtype" target="_blank"&gt;https://archicadapi.graphisoft.com/documentation/api_notifyelementtype&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/documentation/api_elementdbeventid" target="_blank"&gt;https://archicadapi.graphisoft.com/documentation/api_elementdbeventid&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see it used in the notification manager exemple of the api &amp;gt; element_observer.cpp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 05:29:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381474#M854</guid>
      <dc:creator>julienK</dc:creator>
      <dc:date>2023-05-26T05:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: ACAPI_Element_AttachObserver, notifyFlags</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381598#M855</link>
      <description>&lt;P&gt;I think you are confusing 'notifyFlags' with 'API_​ElementDBEventID'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2023 21:20:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381598#M855</guid>
      <dc:creator>BenjiDev</dc:creator>
      <dc:date>2023-05-27T21:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: ACAPI_Element_AttachObserver, notifyFlags</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381599#M856</link>
      <description>&lt;P&gt;I think you are confusing 'notifyFlags' with 'API_​ElementDBEventID'&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2023 21:21:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-Element-AttachObserver-notifyFlags/m-p/381599#M856</guid>
      <dc:creator>BenjiDev</dc:creator>
      <dc:date>2023-05-27T21:21:02Z</dc:date>
    </item>
  </channel>
</rss>

