<?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 Changing Drawing Title Object Parameters in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/616298#M9695</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to use the API to change custom parameters in a custom title object attached to a drawing, placed on a layout.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation suggests API_DrawingTitle contains the GUID of the placed title element (the placed object), but if I use ACAPI_Element_Get with the GUID from element.drawing.title.guid I get an APIERR_BADID error. Is it possible to modify the custom GDL title object parameters of a placed drawing with custom title?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the layout already open and active when testing this, so the database should already be correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2024 04:52:50 GMT</pubDate>
    <dc:creator>Danny Sparks-Cousins</dc:creator>
    <dc:date>2024-07-18T04:52:50Z</dc:date>
    <item>
      <title>Changing Drawing Title Object Parameters</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/616298#M9695</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to use the API to change custom parameters in a custom title object attached to a drawing, placed on a layout.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation suggests API_DrawingTitle contains the GUID of the placed title element (the placed object), but if I use ACAPI_Element_Get with the GUID from element.drawing.title.guid I get an APIERR_BADID error. Is it possible to modify the custom GDL title object parameters of a placed drawing with custom title?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the layout already open and active when testing this, so the database should already be correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 04:52:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/616298#M9695</guid>
      <dc:creator>Danny Sparks-Cousins</dc:creator>
      <dc:date>2024-07-18T04:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Drawing Title Object Parameters</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/616590#M9699</link>
      <description>&lt;P&gt;Hi Danny,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to modify the title's parameters via the original drawing element's memo (specifically the `params` member should contain those values).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 11:02:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/616590#M9699</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2024-07-19T11:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Drawing Title Object Parameters</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/616846#M9705</link>
      <description>&lt;P&gt;Hi Akos,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks - that works for what I need. So we cant use ACAPI_LibraryPart_ChangeAParameter and associated functions? I receive errors no matter what I set&amp;nbsp;paramOwner.type.typeID to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Danny&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 09:35:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/616846#M9705</guid>
      <dc:creator>Danny Sparks-Cousins</dc:creator>
      <dc:date>2024-07-22T09:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Drawing Title Object Parameters</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/620901#M9740</link>
      <description>&lt;P&gt;Hi Danny,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The drawing title is tightly coupled with the drawing itself, so it cannot be handled separately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 08:06:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-Drawing-Title-Object-Parameters/m-p/620901#M9740</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2024-08-05T08:06:00Z</dc:date>
    </item>
  </channel>
</rss>

