<?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: Exporting Shared Parameters to Shared Parameter File Revit 2023 in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/12935952#M3848</link>
    <description>Thank you very much for your help&lt;BR /&gt;With the links provided above and this tool here&lt;BR /&gt;&lt;A href="https://github.com/jeremytammik/RevitSdkSamples/blob/master/SDK/Samples/MultiplanarRebar/CS/SharedParameterUtil.cs" target="_blank"&gt;https://github.com/jeremytammik/RevitSdkSamples/blob/master/SDK/Samples/MultiplanarRebar/CS/SharedParameterUtil.cs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think I have enough information to finish off my script now&lt;BR /&gt;Thanks again for your help</description>
    <pubDate>Fri, 02 Aug 2024 15:57:31 GMT</pubDate>
    <dc:creator>lee6800</dc:creator>
    <dc:date>2024-08-02T15:57:31Z</dc:date>
    <item>
      <title>Exporting Shared Parameters to Shared Parameter File Revit 2023</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/12935494#M3846</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to collect all the shared parameters that exists within a family and export them to the shared parameter file.&lt;/P&gt;&lt;P&gt;I have searched the Revit Api Docs and can't find method used to achive this.&lt;/P&gt;&lt;P&gt;Basically I like the know what is the minimum info that is required&amp;nbsp;&lt;/P&gt;&lt;P&gt;just by looking at the&amp;nbsp; sp file, i can see when done manually, "PARAM", GUID, NAME, DATATYPE, DATACATEGORY, GROUP,&amp;nbsp;VISIBLE,&amp;nbsp; DESCRIPTION,&amp;nbsp; USERMODIFIABLE,&amp;nbsp; HIDEWHENNOVALUE&amp;nbsp; are populated.&lt;/P&gt;&lt;P&gt;Do I need to extract all these values from the parameters? When I create / export manully, I don't set half of these! so where does Revit gets them from?&lt;/P&gt;&lt;P&gt;This is for Revit 2023 btw, as I know some of the API has changed after Revit 2021&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lee6800_0-1722599137095.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1393790iA336B1492040BA06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lee6800_0-1722599137095.png" alt="lee6800_0-1722599137095.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 12:00:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/12935494#M3846</guid>
      <dc:creator>lee6800</dc:creator>
      <dc:date>2024-08-02T12:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Shared Parameters to Shared Parameter File Revit 2023</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/12935552#M3847</link>
      <description>&lt;P&gt;I believe it is very simple. Just read the value of the Application object's&amp;nbsp;SharedParametersFilename:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.revitapidocs.com/2024/513e3512-4c82-4b20-b3e9-c33c3ee4cd61.htm" target="_blank"&gt;https://www.revitapidocs.com/2024/513e3512-4c82-4b20-b3e9-c33c3ee4cd61.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is undefined, you can set it to a pathname of your own choice. Afaict, Revit will write the data you describe to that location. You can look at The Building Coder samples module&amp;nbsp;CmdCreateSharedParams.cs, for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/jeremytammik/the_building_coder_samples" target="_blank"&gt;https://github.com/jeremytammik/the_building_coder_samples&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/jeremytammik/the_building_coder_samples/blob/master/BuildingCoder/CmdCreateSharedParams.cs" target="_blank"&gt;https://github.com/jeremytammik/the_building_coder_samples/blob/master/BuildingCoder/CmdCreateSharedParams.cs&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 12:42:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/12935552#M3847</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2024-08-02T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Shared Parameters to Shared Parameter File Revit 2023</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/12935952#M3848</link>
      <description>Thank you very much for your help&lt;BR /&gt;With the links provided above and this tool here&lt;BR /&gt;&lt;A href="https://github.com/jeremytammik/RevitSdkSamples/blob/master/SDK/Samples/MultiplanarRebar/CS/SharedParameterUtil.cs" target="_blank"&gt;https://github.com/jeremytammik/RevitSdkSamples/blob/master/SDK/Samples/MultiplanarRebar/CS/SharedParameterUtil.cs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think I have enough information to finish off my script now&lt;BR /&gt;Thanks again for your help</description>
      <pubDate>Fri, 02 Aug 2024 15:57:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/12935952#M3848</guid>
      <dc:creator>lee6800</dc:creator>
      <dc:date>2024-08-02T15:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Shared Parameters to Shared Parameter File Revit 2023</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/13847124#M84795</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do you get &lt;SPAN&gt;BuiltInParameter Enumeration for revit 2025 and above&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for earlier revit versions I used&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;BuiltInParameterGroup groupEnum = param.Definition.ParameterGroup;&lt;/LI-CODE&gt;&lt;P&gt;but not sure how to do this is later versions of revit?&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 14:53:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/exporting-shared-parameters-to-shared-parameter-file-revit-2023/m-p/13847124#M84795</guid>
      <dc:creator>minix6800</dc:creator>
      <dc:date>2025-10-10T14:53:15Z</dc:date>
    </item>
  </channel>
</rss>

