<?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 Load Document in Revit API in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561206#M62981</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to load one document into another document. I am using &lt;STRONG&gt;(&lt;/STRONG&gt;"&lt;STRONG&gt;doc1.LoadFamily(doc2);")&amp;nbsp;&lt;/STRONG&gt; loadfamily method to load the document2 in document1. After committing the transaction nothing got loaded. Please suggest your comments to accomplish this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vinoth Kumar.R&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2016 11:01:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-14T11:01:50Z</dc:date>
    <item>
      <title>Load Document in Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561206#M62981</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to load one document into another document. I am using &lt;STRONG&gt;(&lt;/STRONG&gt;"&lt;STRONG&gt;doc1.LoadFamily(doc2);")&amp;nbsp;&lt;/STRONG&gt; loadfamily method to load the document2 in document1. After committing the transaction nothing got loaded. Please suggest your comments to accomplish this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vinoth Kumar.R&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 11:01:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561206#M62981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-14T11:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load Document in Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561290#M62982</link>
      <description>&lt;P&gt;Hi Vinoth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you debug it for exceptions (caution with empty catch blocks)? It is pretty straight forward function. Let us know more about it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, Refer to the Exceptions section in the reference document for this function overload. Maybe you will figureout a possible cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Kinjal.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 11:53:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561290#M62982</guid>
      <dc:creator>kinjal</dc:creator>
      <dc:date>2016-09-14T11:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load Document in Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561337#M62983</link>
      <description>&lt;P&gt;Hi Kinjal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. But am not getting any exceptions while loading that document into target document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vinoth Kumar.R&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 12:08:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561337#M62983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-14T12:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load Document in Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561364#M62984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RevitAPI.chm says:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"If you are reloading an edited family back into the source document from which it was extracted,&lt;STRONG&gt; this method will always fail&lt;/STRONG&gt;. This is because this method &lt;STRONG&gt;automatically suppresses the prompts&lt;/STRONG&gt; Revit typically uses to deal with conflicts between families, and assumes that any such conflict should prevent the loading. If you want to be able to reload the same family into the source document, you should use the LoadFamily() overload accepting IFamilyLoadOptions."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May this be the cause (and solution) of your problem ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 12:21:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561364#M62984</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2016-09-14T12:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load Document in Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561550#M62985</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Revitalizer,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your valid reply. Am using family load options to load document in to source document [&lt;STRONG&gt;doc1.LoadFamily(doc2,new FamilyOption());&lt;/STRONG&gt;]. After completion of transaction nothing got loaded in document and there is no families got loaded in target document.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vinoth Kumar.R&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 13:34:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561550#M62985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-14T13:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Document in Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561706#M62986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;some considerations:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May it be that...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...you try to load one family into another family, and during this, you mistake source for target document ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...your transaction has an IFailuresPreprocessor attached, suppressing all warnings, handling errors by ignoring them ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...your FamilyOption's behaviour causes the effect ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 14:31:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/load-document-in-revit-api/m-p/6561706#M62986</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2016-09-14T14:31:34Z</dc:date>
    </item>
  </channel>
</rss>

