<?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: Revit Addin Database selection, data storing format and import-export coding in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9222777#M37694</link>
    <description>&lt;P&gt;both example are&amp;nbsp; very nice. no sql (mongo db) example&amp;nbsp; &amp;nbsp;only store element id but no save element&amp;nbsp; json or xml format. this point very important becouse&amp;nbsp; &amp;nbsp;The drawing should be saved to a different wall and opened on another computer. if I save element Id&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;I can't reach it again.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Dec 2019 20:33:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-28T20:33:15Z</dc:date>
    <item>
      <title>Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9218712#M37685</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We are at the very beginnig of a project on development of a database and its connection to Revit with an addin. The database will be a collection of system families like walls, floors, facade and roof. We have three questions in mind to find answers.&lt;/P&gt;&lt;P&gt;1. Which database is most useful to keep the data? We have began with MS SQL but if it is not the right choise we can change it as we are at the beginning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;Should we save the data in XML format or do we have another option as we will show the appearance of the building elements in the addin interface, too?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. If XML is the right choise, we can find some information exporting the data but we could not find any information about importing the data to Revit if anyone can give us information we will be grateful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 15:03:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9218712#M37685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-24T15:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9219264#M37686</link>
      <description>&lt;P&gt;1. In my opinion the best choise would be MognoDB. See Jeremy Tammik example &lt;A href="https://github.com/jeremytammik/FireRatingCloud" target="_blank"&gt;https://github.com/jeremytammik/FireRatingCloud&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2.3. JSON format is more easy to use with JavaScript, so if you plan to make some web services it would be better &lt;SPAN class="gt-baf-term-text"&gt;&lt;SPAN class="gt-baf-cell gt-baf-word-clickable"&gt;choice.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2019 07:58:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9219264#M37686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-25T07:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9220006#M37687</link>
      <description>&lt;P&gt;Thank you for your suggestions.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; We will go trhrough MagnoDB database and JSON format and discuss as an alternative.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 08:52:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9220006#M37687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-26T08:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9220192#M37688</link>
      <description>&lt;P&gt;The suggestion intends to recommend &lt;STRONG&gt;&lt;U&gt;Mongo&lt;/U&gt;&lt;/STRONG&gt; DB:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mongodb.com/" target="_blank"&gt;https://www.mongodb.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome to the Revit API and good luck getting started!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 12:20:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9220192#M37688</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-12-26T12:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9221431#M37689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;my choise&amp;nbsp; mssql database and select&amp;nbsp; xml&amp;nbsp; format. Because xml format read and write very easy. if you save&amp;nbsp; all project Ifc format convert xml but&amp;nbsp; element in project&amp;nbsp; ( for example wall) I don't know how to save&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 14:12:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9221431#M37689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-27T14:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9221646#M37690</link>
      <description>&lt;P&gt;We have the same problem. We do not need to save whole project. We want to save the building elements in database. We want to connect the revit to database with an addin and import the building element we need for the project.&amp;nbsp; As far as I understand system families do not have a file extention. We just add to project or export them to databases with some codes. One of the issues that we are looking for is how to import the building element&amp;nbsp; information&amp;nbsp; from the database.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 16:55:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9221646#M37690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-27T16:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9221986#M37691</link>
      <description>&lt;P&gt;The database and format you use for storing data is pretty irrelevant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More important is: what do you wish to store exactly, and why?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You say you also want to read data back in from the external storage to create or modify BIM elements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What data? What elements? Above all, why?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 21:46:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9221986#M37691</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-12-27T21:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9222242#M37692</link>
      <description>&lt;P&gt;We want to understand the right way to do the job. We are very new and trying to find out how things going on. We want to store sound insulation ratings of building elements and make things easier for architects when designing a project. Use the right details in terms of acoustics. This not only for acoustic data we think that architect should be able to know some parameters like sustainability, fire rating an so on. We want to store the information on a database and give access to architects and select the right building elements according to requirement.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 07:49:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9222242#M37692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-28T07:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9222374#M37693</link>
      <description>&lt;P&gt;The FireRatingCloud sample pointed out above shows a very minimalistic and modern approach using a locally or cloud-based modern NoSQL database, mongoDB:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/jeremytammik/FireRatingCloud" target="_blank"&gt;https://github.com/jeremytammik/FireRatingCloud&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you prefer something really antiquated and desktop bound, you can look at the original&amp;nbsp;FireRating sample in the Revit SDK:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SDK/Samples/FireRating&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is in VB.NET (also obsolete!).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A C# version is provided by the Lab4_3_1_CreateAndBindSharedParam, Lab4_3_2_ExportSharedParamToExcel and Lab4_3_3_ImportSharedParamFromExcel commands in the XtraCs project in the Revit API ADN Xtra Labs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/jeremytammik/AdnRevitApiLabsXtra/blob/master/XtraCs/Labs4.cs" target="_blank"&gt;https://github.com/jeremytammik/AdnRevitApiLabsXtra/blob/master/XtraCs/Labs4.cs&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 12:15:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9222374#M37693</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-12-28T12:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9222777#M37694</link>
      <description>&lt;P&gt;both example are&amp;nbsp; very nice. no sql (mongo db) example&amp;nbsp; &amp;nbsp;only store element id but no save element&amp;nbsp; json or xml format. this point very important becouse&amp;nbsp; &amp;nbsp;The drawing should be saved to a different wall and opened on another computer. if I save element Id&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;I can't reach it again.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 20:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9222777#M37694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-28T20:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9223113#M37695</link>
      <description>&lt;P&gt;hi jeremy; it might be&amp;nbsp; a tiring experience for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, we are trying&amp;nbsp; to develop&amp;nbsp; a similar application to knauf add in but we will have a variety of building elements in database.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=Lm_xIkmgbtw" target="_blank"&gt;https://www.youtube.com/watch?v=Lm_xIkmgbtw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.how this button call the information from store as an element(not as id it must be element)&lt;BR /&gt;2.how the selected data(ex: wall system family) is imported to the revit project under wall system family tab&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="jeremy.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/711784iA6324C9E803767A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="jeremy.jpg" alt="jeremy.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2019 09:24:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9223113#M37695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-29T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin Database selection, data storing format and import-export coding</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9223205#M37696</link>
      <description>&lt;P&gt;Yes, it is indeed tiring to repeat myself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All these questions are discussed and answered dozens of times for many different scenarios here in the forum and by The Building Coder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest you study the articles on importing and exporting data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Data access --&amp;nbsp;&lt;A href="https://thebuildingcoder.typepad.com/blog/data-access/" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/data-access/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Export --&amp;nbsp;&lt;A href="https://thebuildingcoder.typepad.com/blog/export/" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/export/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Element creation --&amp;nbsp;&lt;A href="https://thebuildingcoder.typepad.com/blog/element-creation/" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/element-creation/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2012/09/exporting-parameter-data-to-excel.html" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2012/09/exporting-parameter-data-to-excel.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck and happy new year!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2019 12:58:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-database-selection-data-storing-format-and-import/m-p/9223205#M37696</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-12-29T12:58:55Z</dc:date>
    </item>
  </channel>
</rss>

