<?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: Including non-schedulable system families instance parameters into schedules in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410381#M66327</link>
    <description>&lt;P&gt;I admit I share&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2753527"&gt;@matrena&lt;/a&gt;&amp;nbsp;'s attitude towards Autodesk having users fit out the software with missing functionality. I now chose this way and wanted to adopt the dynamo script shared by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1701859"&gt;@Zsolt.Varga&lt;/a&gt;&amp;nbsp;only to find that link no longer exists. I will now try to figure out which of the scripts&amp;nbsp; might fill the gap as Zsolt's second comment does not directly link to an updated version of the earlier script.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 05:29:50 GMT</pubDate>
    <dc:creator>MiWolff</dc:creator>
    <dc:date>2022-09-09T05:29:50Z</dc:date>
    <item>
      <title>Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/6275380#M66320</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To come around the issue of not been able to include some system families element’s instance parameters into a schedule (like floors “&lt;EM&gt;Thickness&lt;/EM&gt;”) I need to create a Macro that “goes through” all the model’s floors one by one, getting the desired instance parameter value and copping it into an auxiliary project or shared parameter (includable in a schedule) that I created (like "&lt;EM&gt;Floor_Thickness_Sch&lt;/EM&gt;" or something similar...). Please take note that I don’t want to use this for tagging, what I really need is a way of showing the floor’s thickness in a schedule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I’m new to Revit programming I would like to request the experts help for writing this piece of code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming the auxiliary instance parameter is already created and available in the floors (instance) properties, I think the structure of the macro should look something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 – Find the “first” floor’s ID&lt;/P&gt;&lt;P&gt;2 – Read and store the value of the desired instance parameter (in this case the “&lt;EM&gt;Thickness&lt;/EM&gt;” instance parameter) for the floor identified in the step 1 or 4 (depending on if this is or not the first cycle’s run);&lt;/P&gt;&lt;P&gt;3 – Paste the value into the auxiliary instance parameter ("Floor_Thickness_Sch") of the current floor;&lt;/P&gt;&lt;P&gt;4 – Move on identifying the “next” floor’s ID and perform tasks 2 to 4 until there are no more floors left in the project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know a little about VB programming (and almost nothing of the other languages available for Revit API), so, ideas in VB would be very helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2016 18:17:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/6275380#M66320</guid>
      <dc:creator>matrena</dc:creator>
      <dc:date>2016-04-17T18:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/6278610#M66321</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You find a Dynamo solution with downloadable scripts for this on the German DynamoBIM blog here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://dynamobim.de/blog/parameter-kopieren/" target="_blank"&gt;http://dynamobim.de/blog/parameter-kopieren/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have just translated the description of the steps documented in the German blog post for you as follows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Room height label (or any other instance parameters)&lt;/STRONG&gt; - The prerequisite for this script is a shared parameter in your Revit file that is assigned to the category "room":&lt;BR /&gt; - picture in the blogpost -&amp;nbsp;&lt;BR /&gt;You can choose the name of the parameter, as you wish, it is only important that you specify it, minding capital letters in&amp;nbsp;the Dynamo script:&lt;BR /&gt; - picture in the blogpost -&amp;nbsp;&lt;BR /&gt;Dynamo takes care about the rest for you - if you leave the Dynamo window with the script in the background open and select the automatic execution, the values ​​will be updated with each change.&lt;BR /&gt;&lt;SPAN&gt;- picture in the blogpost -&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;The room&amp;nbsp;height parameter is a shared parameter that you can select now for the tag family.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- picture in the blogpost -&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Wall thickness label (or access any type parameters)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On the way described earlier, you can read all the copy parameters - in case of type parameters you will need to&amp;nbsp;change the script a little:&lt;BR /&gt;- picture in the blogpost -&amp;nbsp;&lt;BR /&gt;The conditions here are the same as with the previous example; So you need a shared parameter in which the determined value should&amp;nbsp;be written.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information was helpful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please hit the Accept as Solution button if my post fully solves your issue or answers your question. You can also give Kudos for helpful posts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 08:55:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/6278610#M66321</guid>
      <dc:creator>Zsolt.Varga</dc:creator>
      <dc:date>2016-04-19T08:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/6278639#M66322</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Dear Zsolt,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you very much for your interesting and comprehensive answer!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It fits in very well with my discussion yesterday of the pyRevit RevitPythonShell library:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2016/04/the-pyrevit-ironpython-script-library.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2016/04/the-pyrevit-ironpython-script-library.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dear Matrena,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your query.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;'Request' is a rather harsh word in English... a softer way of putting things might be 'appreciate some assistance' &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you really insist on someone else doing the work for you, you can always contact Autodesk Consulting and ask them for a quote.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you are interested in addressing this yourself, please refer to the Revit API getting started material; I suggest working through the DevTV and My First Revit Plugin tutorials first of all:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#2" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#2&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The easiest way to get going with the Revit API without installing an external development environment is to implement and play with macros using the built-in SharpDevelop IDE (integrated development environment).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 09:05:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/6278639#M66322</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-04-19T09:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/7623868#M66323</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this page does not exist.&lt;/P&gt;&lt;P&gt;Where can i find downloadable scripts for Dynamo?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 14:33:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/7623868#M66323</guid>
      <dc:creator>p_grezzi</dc:creator>
      <dc:date>2017-12-14T14:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/7624103#M66324</link>
      <description>&lt;P&gt;What page?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Search for 'dynamo revit':&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://duckduckgo.com/?q=dynamo+revit" target="_blank"&gt;https://duckduckgo.com/?q=dynamo+revit&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://dynamobim.org/" target="_blank"&gt;http://dynamobim.org/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.youtube.com/playlist?list=PLxvSDutdCZqygkhK_BZ4t2gV11ZdlctKw" target="_blank"&gt;https://www.youtube.com/playlist?list=PLxvSDutdCZqygkhK_BZ4t2gV11ZdlctKw&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/DynamoDS/DynamoRevit" target="_blank"&gt;https://github.com/DynamoDS/DynamoRevit&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:32:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/7624103#M66324</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-12-14T15:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/7626794#M66325</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this page does not exist.&lt;/P&gt;&lt;P&gt;Where can i find downloadable scripts for Dynamo?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:08:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/7626794#M66325</guid>
      <dc:creator>p_grezzi</dc:creator>
      <dc:date>2017-12-15T13:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/7626983#M66326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4204943"&gt;@p_grezzi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed the link got outdated or the script I was referring to got moved.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here you can find packages for Dynamo:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dynamopackages.com/" target="_blank"&gt;https://www.dynamopackages.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also find a collection of useful links (for customers with German language) here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://bimblog.typepad.com/autodesk_bim_blog/2015/07/dynamo-linkliste.html" target="_blank"&gt;http://bimblog.typepad.com/autodesk_bim_blog/2015/07/dynamo-linkliste.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...and here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.autodesk.com/bimblog/category/dynamo" target="_blank"&gt;http://blogs.autodesk.com/bimblog/category/dynamo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please, don´t forget to mark this as accepted solution if it does &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:53:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/7626983#M66326</guid>
      <dc:creator>Zsolt.Varga</dc:creator>
      <dc:date>2017-12-15T13:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410381#M66327</link>
      <description>&lt;P&gt;I admit I share&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2753527"&gt;@matrena&lt;/a&gt;&amp;nbsp;'s attitude towards Autodesk having users fit out the software with missing functionality. I now chose this way and wanted to adopt the dynamo script shared by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1701859"&gt;@Zsolt.Varga&lt;/a&gt;&amp;nbsp;only to find that link no longer exists. I will now try to figure out which of the scripts&amp;nbsp; might fill the gap as Zsolt's second comment does not directly link to an updated version of the earlier script.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 05:29:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410381#M66327</guid>
      <dc:creator>MiWolff</dc:creator>
      <dc:date>2022-09-09T05:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410388#M66328</link>
      <description>Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4204943"&gt;@p_grezzi&lt;/a&gt;, do you by any chance remember whether you found the appropriate dynamo script in the links shared by Zsolt Varga at the time?</description>
      <pubDate>Fri, 09 Sep 2022 05:33:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410388#M66328</guid>
      <dc:creator>MiWolff</dc:creator>
      <dc:date>2022-09-09T05:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410447#M66329</link>
      <description>&lt;P&gt;Dear Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I searched the German Dynamo forum for 'parameter kopieren' as suggested above, and found the following updated link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.autodesk.com/bimblog/parameter-kopieren" target="_blank"&gt;https://blogs.autodesk.com/bimblog/parameter-kopieren&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 06:19:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410447#M66329</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-09-09T06:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410600#M66330</link>
      <description>Hi,&lt;BR /&gt;nope.unfortunately I have´t found this script.&lt;BR /&gt;Please if you found it share it! i´m still interested! Thank´s</description>
      <pubDate>Fri, 09 Sep 2022 07:53:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11410600#M66330</guid>
      <dc:creator>p_grezzi</dc:creator>
      <dc:date>2022-09-09T07:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Including non-schedulable system families instance parameters into schedules</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11411043#M66331</link>
      <description>&lt;P&gt;Hi probably you can use simple dynamo script and export it to Excel. Here is the sample for parameter you are searching for (Thickness). With the same manner you can create any set of parameters you like.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="denisyukJ_0-1662725967449.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1113752i758D1C06AC7DEB0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="denisyukJ_0-1662725967449.png" alt="denisyukJ_0-1662725967449.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="denisyukJ_1-1662726001225.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1113753i9A8610F7BDAC145A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="denisyukJ_1-1662726001225.png" alt="denisyukJ_1-1662726001225.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="denisyukJ_2-1662726032927.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1113754i652B94E5292A2391/image-size/medium?v=v2&amp;amp;px=400" role="button" title="denisyukJ_2-1662726032927.png" alt="denisyukJ_2-1662726032927.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 12:20:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/including-non-schedulable-system-families-instance-parameters/m-p/11411043#M66331</guid>
      <dc:creator>denisyukJ</dc:creator>
      <dc:date>2022-09-09T12:20:47Z</dc:date>
    </item>
  </channel>
</rss>

