<?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: How to create a new &amp;quot;project&amp;quot; parameter? Not SHARED parameter in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12715042#M5924</link>
    <description>&lt;P&gt;I ended up creating a Global text parameter and storing the data in it by converting the data into Json string. The data contains the View3D elements' UniqueId. This way I am able to store all the data specific to each View3D element; not on the element itself as a regular parameter but in the single global parameter in Json format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps other people who read this in the future.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 15:40:21 GMT</pubDate>
    <dc:creator>onureFFSPL</dc:creator>
    <dc:date>2024-04-17T15:40:21Z</dc:date>
    <item>
      <title>How to create a new "project" parameter? Not SHARED parameter</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12705665#M5921</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check this project parameter I created manually&amp;nbsp;for "View" elements. Now I need to create it via Revit Api and C#.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am somewhat experienced programming for Revit Api but all solutions I can find on Internet are for creating a shared parameter. I need to create a project parameter just like in this screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help?&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="onureFFSPL_0-1712960468716.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1349212i7FF424DBE58E8302/image-size/medium?v=v2&amp;amp;px=400" role="button" title="onureFFSPL_0-1712960468716.png" alt="onureFFSPL_0-1712960468716.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 22:24:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12705665#M5921</guid>
      <dc:creator>onureFFSPL</dc:creator>
      <dc:date>2024-04-12T22:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new "project" parameter? Not SHARED parameter</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12705819#M5922</link>
      <description>&lt;P&gt;Create project parameter is not available in the Revit API, only Shared parameter. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 00:49:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12705819#M5922</guid>
      <dc:creator>ricaun</dc:creator>
      <dc:date>2024-04-13T00:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new "project" parameter? Not SHARED parameter</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12714120#M5923</link>
      <description>&lt;P&gt;Not sure this is the best way to do it, but you may try as follow [not tested]:&lt;/P&gt;&lt;P&gt;1. store or save the current shared parameter file if any.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;creating a temporary shared parameter file,&lt;/P&gt;&lt;P&gt;3. create the shared parameter you are looking to have,&lt;/P&gt;&lt;P&gt;4. then remover this temp shared parameter file&lt;/P&gt;&lt;PRE&gt;UiApp.Application.SharedParametersFilename = null&lt;/PRE&gt;&lt;P&gt;5. or restore back the original shared parameter file&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 09:35:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12714120#M5923</guid>
      <dc:creator>Moustafa_K</dc:creator>
      <dc:date>2024-04-17T09:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new "project" parameter? Not SHARED parameter</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12715042#M5924</link>
      <description>&lt;P&gt;I ended up creating a Global text parameter and storing the data in it by converting the data into Json string. The data contains the View3D elements' UniqueId. This way I am able to store all the data specific to each View3D element; not on the element itself as a regular parameter but in the single global parameter in Json format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps other people who read this in the future.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 15:40:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-a-new-quot-project-quot-parameter-not-shared/m-p/12715042#M5924</guid>
      <dc:creator>onureFFSPL</dc:creator>
      <dc:date>2024-04-17T15:40:21Z</dc:date>
    </item>
  </channel>
</rss>

