<?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 Reloading multiple family types in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6452270#M64014</link>
    <description>&lt;P&gt;I am working on a function that reloads family types with overwrite parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the moment I am reloading each family type separately.&lt;/P&gt;
&lt;PRE&gt;doc.LoadFamilySymbol(filename:=famPath, name:=FamSymbol.Name, familyLoadOptions:=loadOps, symbol:=ReloadFamily)&lt;/PRE&gt;
&lt;P&gt;This often results in multiple times reloading the same family. I have considered to reload the whole family and then delete the unnecessary family types. However several of the families are quite large (over 250 types) while only 3-5 types needed in the project resulting in long loading times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the GUI you can reload a family, with a type catalog, select several types in the type catalog window and then have those reloaded with overwrite parameters.&lt;/P&gt;
&lt;P&gt;Can we do this, reloading multiple types at once, with the API or is it a matter of reloading each type separately?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2016 13:35:21 GMT</pubDate>
    <dc:creator>L.Maas</dc:creator>
    <dc:date>2016-07-21T13:35:21Z</dc:date>
    <item>
      <title>Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6452270#M64014</link>
      <description>&lt;P&gt;I am working on a function that reloads family types with overwrite parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the moment I am reloading each family type separately.&lt;/P&gt;
&lt;PRE&gt;doc.LoadFamilySymbol(filename:=famPath, name:=FamSymbol.Name, familyLoadOptions:=loadOps, symbol:=ReloadFamily)&lt;/PRE&gt;
&lt;P&gt;This often results in multiple times reloading the same family. I have considered to reload the whole family and then delete the unnecessary family types. However several of the families are quite large (over 250 types) while only 3-5 types needed in the project resulting in long loading times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the GUI you can reload a family, with a type catalog, select several types in the type catalog window and then have those reloaded with overwrite parameters.&lt;/P&gt;
&lt;P&gt;Can we do this, reloading multiple types at once, with the API or is it a matter of reloading each type separately?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:35:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6452270#M64014</guid>
      <dc:creator>L.Maas</dc:creator>
      <dc:date>2016-07-21T13:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6452518#M64015</link>
      <description>&lt;P&gt;Dear Louis,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am checking with the development team for you.&lt;/P&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, 21 Jul 2016 15:01:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6452518#M64015</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-07-21T15:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6521906#M64016</link>
      <description>&lt;P&gt;Jeremy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Was wondering if you did manage to get an answer from the development team?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Louis&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 08:27:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6521906#M64016</guid>
      <dc:creator>L.Maas</dc:creator>
      <dc:date>2016-08-25T08:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6521917#M64017</link>
      <description>&lt;P&gt;Dear Louis,&lt;BR /&gt; &lt;BR /&gt;Thank you for your update and sorry for the delay.&lt;BR /&gt; &lt;BR /&gt;I have not heard anything at all back from the development team on this yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I re-prompted them for an answer.&lt;BR /&gt; &lt;BR /&gt;Cheers,&lt;BR /&gt; &lt;BR /&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 08:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6521917#M64017</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-08-25T08:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6542348#M64018</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Louis,&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;Thank you for your patience.&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 heard back from the development team.&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;Unfortunately, this functionality is currently not available.&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;We have an existing change request number &lt;U&gt;&lt;STRONG&gt;REVIT-68222&lt;/STRONG&gt;&lt;/U&gt; [As Revit API user, i need ability to load more than one symbols via LoadFamilySymbol(String, String) method.] for this issue, which will require exploration and possibly a modification to our software. Please make a note of this number for future reference. I have added a note of your request to this item in order to make the development team aware of its importance.&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;You are welcome to request an update on the status of this issue or to provide additional information on it at any time quoting this change request number.&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;This issue is important to me. What can I do to help?&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;This issue needs to be assessed by our engineering team, and prioritised against all of the other outstanding change requests. Any information that you can provide to influence this assessment will help. Please provide the following where possible:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Impact on your application and/or your development.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The number of users affected.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The potential revenue impact to you.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The potential revenue impact to Autodesk.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Realistic timescale over which a fix would help you.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the case of a request for a new feature or a feature enhancement, please also provide detailed Use cases for the workflows that this change would address.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This information is extremely important. Our engineering team have limited resources, and so must focus their efforts on the highest impact items. We do understand that this will cause you delays and affect your development planning, and we appreciate your cooperation and patience.&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;Cheers,&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>Mon, 05 Sep 2016 10:24:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6542348#M64018</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-09-05T10:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6542537#M64019</link>
      <description>&lt;P&gt;Jeremy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for answering my question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some answers to your questions&lt;/P&gt;
&lt;P&gt;-Impact is that reloading the same family multiple times slows down operation of the add-in, loading family once and then getting multiple types would be (much) faster.&lt;/P&gt;
&lt;P&gt;-Number of affected users in my company is limited (&amp;lt;10).&lt;/P&gt;
&lt;P&gt;-No major revenue impact, little bit time lost every time this functions runs (minutes).&lt;/P&gt;
&lt;P&gt;-Function is not a showstopper. So a fix on short term wished for but not needed.&lt;/P&gt;
&lt;P&gt;-I can imagine that reloading family types is a common used operation and used in many add-ins worldwide.&lt;/P&gt;
&lt;P&gt;The more family types have to be reloaded the bigger hit on execution time. This function is available through the GUI (reload from families with type catalogs) where you can select the family types to be reloaded. The add-in might seem slow in comparison to the GUI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In our case, as an example, we reload 10 family types from a single family with over 250 family types. The family is relative large and loading it ten times is time consuming. With several of these families time 'waisted' will start to add up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope these answers helps you.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 12:45:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6542537#M64019</guid>
      <dc:creator>L.Maas</dc:creator>
      <dc:date>2016-09-05T12:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6542660#M64020</link>
      <description>&lt;P&gt;Dear Louis,&lt;BR /&gt; &lt;BR /&gt;Thank you for your update, background info and business case.&lt;BR /&gt; &lt;BR /&gt;I added your input to the change request number &lt;STRONG&gt;&lt;U&gt;REVIT-68222&lt;/U&gt;&lt;/STRONG&gt; [As Revit API user, i need ability to load more than one symbols via LoadFamilySymbol(String, String) method.] to make the development team aware of its importance.&lt;BR /&gt; &lt;BR /&gt;Cheers,&lt;BR /&gt; &lt;BR /&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 13:53:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6542660#M64020</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-09-05T13:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6553866#M64021</link>
      <description>Thank you Jeremy. I"m having the same issue when trying to update my structural steel framing type against an Etabs model. I need to load the new wide flange family symbol. Revit is taking a long time because it load it multiple times. I will stay tuned to hear what happens.</description>
      <pubDate>Fri, 09 Sep 2016 21:15:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6553866#M64021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-09T21:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6554306#M64022</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Danny,&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;Thank you for your note.&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 don't understand exactly. You mention loading "the new wide flange family symbol". That should be one call to load the family with all its symbols. You say "loads it multiple times". Why?&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 change request &lt;U&gt;&lt;STRONG&gt;REVIT-68222&lt;/STRONG&gt;&lt;/U&gt; [As Revit API user, i need ability to load more than one symbols via LoadFamilySymbol(String, String) method.] we discuss above is for the case when you have a large family definition containing many types and you wish to load a small subset, but significantly more than one.&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 single symbol and all symbol cases are already covered.&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;From your description, I do not see how this affects you at 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;You sound as if you would like to prevent Revit from loading one or all symbols multiple times.&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;And so you should.&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;Please clarify.&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;Cheers,&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>Sat, 10 Sep 2016 06:26:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6554306#M64022</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-09-10T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6557238#M64023</link>
      <description>&lt;P&gt;Hello Jeremey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you had a nice weekend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try my best to explain what sometimes is a bit complex.&amp;nbsp; I’m comparing elements by location and shape from outside analysis&amp;nbsp;software to Revit then&amp;nbsp;changing its type if the shape don't match.&amp;nbsp; If the size doesn’t exist in my project I go to my library and load it from the catalog.&amp;nbsp; The element types often repeats for example: &lt;STRONG&gt;W14x22&lt;/STRONG&gt;, W16x26, W18x35, &lt;STRONG&gt;W14x22&lt;/STRONG&gt;.&amp;nbsp; The LoadFamilySymbol(String, String) loads the W14x22 twice.&amp;nbsp; I can’t seem to have Revit refresh and understand that it has already loaded the W14x22.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It’s early in my development and I haven’t tried many solutions. I’ve been doing some research and ran across this post.&amp;nbsp; This might not be the same issue since Enllnt is trying to reload multiple families and I’m trying to load multiple families.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m using an example posted earlier on your blog of loading the family and then rolling it back and loading the type.&amp;nbsp; One solution I may try&amp;nbsp;would be to build an array of all sizes. Then eliminate duplicates and just load family types that aren’t found before changing the family type using the LoadFamilySymbol(String, String) in my method. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the earlier post I'm using:&lt;/P&gt;&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2011/05/loading-only-selected-family-types.html&amp;nbsp;" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2011/05/loading-only-selected-family-types.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danny.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 16:03:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/6557238#M64023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-12T16:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/11209141#M64024</link>
      <description>&lt;P&gt;I was recently updating an addin that uses this API feature. Currently, loading a family with multiple types from a type catalog causes the family to reload with each type (unless I'm missing something.) Can we get an update on the status of this feature?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 23:20:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/11209141#M64024</guid>
      <dc:creator>trevor.taylor</dc:creator>
      <dc:date>2022-06-01T23:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading multiple family types</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/11209952#M64025</link>
      <description>&lt;P&gt;Dear Trevor,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the update. I added your query to the development ticket &lt;U&gt;&lt;STRONG&gt;REVIT-68222&lt;/STRONG&gt;&lt;/U&gt; [As Revit API user, i need ability to load more than one symbols via LoadFamilySymbol(String, String) method] and raised its priority to make the development team aware of this need.&lt;/P&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;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 08:38:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/reloading-multiple-family-types/m-p/11209952#M64025</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-06-02T08:38:10Z</dc:date>
    </item>
  </channel>
</rss>

