<?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 I can get data from Schedules? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266354#M3485</link>
    <description>I'm not aware of any API functionality relating to schedules unfortunately. I suspect they don't support any kind of developer interaction.</description>
    <pubDate>Tue, 04 Dec 2018 09:38:02 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2018-12-04T09:38:02Z</dc:date>
    <item>
      <title>[Developer API] How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266350#M3481</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I need to get the data from the Schedule for further calculations in the project.&lt;BR /&gt;How do I get this data?&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Oct 2022 14:50:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266350#M3481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T14:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266351#M3482</link>
      <description>Well, you can save your schedule as Excel file... Just do Save as...</description>
      <pubDate>Mon, 03 Dec 2018 15:13:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266351#M3482</guid>
      <dc:creator>felcunha</dc:creator>
      <dc:date>2018-12-03T15:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266352#M3483</link>
      <description>Unfortunately this is no good.&lt;BR /&gt;
It is necessary to receive numbers in dynamics directly from Schedule.</description>
      <pubDate>Mon, 03 Dec 2018 18:41:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266352#M3483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T18:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266353#M3484</link>
      <description>Can you be more specific? Maybe you can use the expressions available in AC22...</description>
      <pubDate>Mon, 03 Dec 2018 21:55:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266353#M3484</guid>
      <dc:creator>felcunha</dc:creator>
      <dc:date>2018-12-03T21:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266354#M3485</link>
      <description>I'm not aware of any API functionality relating to schedules unfortunately. I suspect they don't support any kind of developer interaction.</description>
      <pubDate>Tue, 04 Dec 2018 09:38:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266354#M3485</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2018-12-04T09:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266355#M3486</link>
      <description>It's not very good(.&lt;BR /&gt;
I am asked to read Schedule for use in C ++ scripts in ARCHICAD (LabPP_Automat).&lt;BR /&gt;
Otherwise, users have to do monkey work - to collect data twice - in Schedules and in the script.&lt;BR /&gt;
It would be great if they get into the program right away, like:&lt;BR /&gt;
int main ()&lt;BR /&gt;
{&lt;BR /&gt;
    double dResult1, dResult2;&lt;BR /&gt;
    ac_request ("get_schedule_result", "My Schedule1", dResult1);&lt;BR /&gt;
    ac_request ("get_schedule_result", "My Schedule2", dResult2);&lt;BR /&gt;
    dResult3 = dResult1 + dResult2 ...&lt;BR /&gt;
    cout &amp;lt;&amp;lt; dResult3;&lt;BR /&gt;
    ...&lt;BR /&gt;
}</description>
      <pubDate>Tue, 04 Dec 2018 13:22:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266355#M3486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T13:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266356#M3487</link>
      <description>&lt;BLOCKQUOTE&gt;Tsepov wrote:&lt;BR /&gt;
It's not very good(.&lt;BR /&gt;
I am asked to read Schedule for use in C ++ scripts in ARCHICAD (LabPP_Automat).&lt;BR /&gt;
Otherwise, users have to do monkey work - to collect data twice - in Schedules and in the script.&lt;BR /&gt;
It would be great if they get into the program right away, like:&lt;BR /&gt;
int main ()&lt;BR /&gt;
{&lt;BR /&gt;
    double dResult1, dResult2;&lt;BR /&gt;
    ac_request ("get_schedule_result", "My Schedule1", dResult1);&lt;BR /&gt;
    ac_request ("get_schedule_result", "My Schedule2", dResult2);&lt;BR /&gt;
    dResult3 = dResult1 + dResult2 ...&lt;BR /&gt;
    cout &amp;lt;&amp;lt; dResult3;&lt;BR /&gt;
    ...&lt;BR /&gt;
}
&lt;/BLOCKQUOTE&gt;

Could you please give an example for dResult?&lt;BR /&gt;
&lt;BR /&gt;
Thanks, Akos</description>
      <pubDate>Tue, 04 Dec 2018 16:38:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266356#M3487</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2018-12-04T16:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266357#M3488</link>
      <description>//It may be used as this:&lt;BR /&gt;
&lt;BR /&gt;
string svalue = sprintf("%0.3f",dResult);&lt;BR /&gt;
// We can put it to Excel&lt;BR /&gt;
excel_attach();&lt;BR /&gt;
excel_select_range("A1:A1");&lt;BR /&gt;
excel_putstrvalue("My comment");&lt;BR /&gt;
excel_select_range("B1:B1");&lt;BR /&gt;
excel_putstrvalue(svalue);&lt;BR /&gt;
excel_detach();&lt;BR /&gt;
// And can put to autotext&lt;BR /&gt;
ac_request("autotext","set","Building plot S",svalue);&lt;BR /&gt;
// and so on...&lt;BR /&gt;
&lt;BR /&gt;
Full work script text - in attachment&lt;BR /&gt;
And on YouTube&lt;BR /&gt;
Not sure if I can link to a YouTube video here</description>
      <pubDate>Tue, 04 Dec 2018 19:44:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266357#M3488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T19:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266358#M3489</link>
      <description>I made the free add-ons LabPP_GoodwinGDL, that can now also run C ++ scripts in ARCHICAD.&lt;BR /&gt;
But I can not yet access the total Schedules values (&lt;BR /&gt;
Is it really impossible &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_question.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 18 Dec 2018 05:27:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266358#M3489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-18T05:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How I can get data from Schedules?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266359#M3490</link>
      <description>I am no expert - especially when it comes down to API dev.&lt;BR /&gt;
But as far as I know, schedules are just a list of criteria that search for certain elements and then output required values.&lt;BR /&gt;
I don't think there are any values saved in a schedule itself, so your API will need to do the same search for elements to retrieve the values - so doing it twice as you say.&lt;BR /&gt;
Or are you saying you want to access the schedule criteria rather than creating that twice?&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 18 Dec 2018 06:16:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-API-How-I-can-get-data-from-Schedules/m-p/266359#M3490</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-12-18T06:16:10Z</dc:date>
    </item>
  </channel>
</rss>

