<?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: What is the internal identifier of a parameter, which is also used in formulas in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12916446#M4086</link>
    <description>&lt;P&gt;Ok, I &lt;A href="https://autodesk.slack.com/archives/C0SR6NAP8/p1721807179482699" target="_blank" rel="noopener"&gt;asked&lt;/A&gt; the development team for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 07:48:25 GMT</pubDate>
    <dc:creator>jeremy_tammik</dc:creator>
    <dc:date>2024-07-24T07:48:25Z</dc:date>
    <item>
      <title>What is the internal identifier of a parameter, which is also used in formulas</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12907626#M4085</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am developing an addin in which I can define my own formulas in the family editor. Similar to the family type dialog.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fabian_oswaldYVZ4J_1-1721393845815.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1388696i18B24EA6CE611E94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fabian_oswaldYVZ4J_1-1721393845815.png" alt="fabian_oswaldYVZ4J_1-1721393845815.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's assume the formula is:&lt;BR /&gt;Window {Width} x {Height} {GlassType}&lt;/P&gt;&lt;P&gt;I don't want to save this internally because if I rename a parameter, it will no longer match the formula. Or If I start Revit in another language - for example German - the width and height parameters are no longer found.&lt;/P&gt;&lt;P&gt;I would like to save it as follows instead:&lt;BR /&gt;Window {GUID} x {GUID} {GUID}&lt;/P&gt;&lt;P&gt;Now to GUID:&lt;BR /&gt;What can I use here? The most obvious is the ID of InternalDefinition.&lt;BR /&gt;However, there have been several changes here in the last versions of Revit:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Revit 2020 Id: 4111&lt;BR /&gt;Revit 2021 Id: 4111&lt;BR /&gt;Revit 2022 GetTypeId: autodesk.parameter.aec.revit.family:4111-1.0.0&lt;BR /&gt;Revit 2023 GetTypeId: revit.local.family:5da7dc0b7e9c4288adb7f24b3b6923d80000100f-1.0.0&lt;BR /&gt;Revit 2025 GetTypeId: revit.local.family:5da7dc0b7e9c4288adb7f24b3b6923d80000100f-1.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am interested in how the following formulas are saved internally by Revit. I strongly suspect that the parameter names are replaced by a unique identifier. But which one?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fabian_oswaldYVZ4J_0-1721393547841.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1388694i5E3A25AEDE6056FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fabian_oswaldYVZ4J_0-1721393547841.png" alt="fabian_oswaldYVZ4J_0-1721393547841.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;Perhaps you could ask the developers about this? Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 12:57:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12907626#M4085</guid>
      <dc:creator>fabian_oswaldYVZ4J</dc:creator>
      <dc:date>2024-07-19T12:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the internal identifier of a parameter, which is also used in formulas</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12916446#M4086</link>
      <description>&lt;P&gt;Ok, I &lt;A href="https://autodesk.slack.com/archives/C0SR6NAP8/p1721807179482699" target="_blank" rel="noopener"&gt;asked&lt;/A&gt; the development team for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 07:48:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12916446#M4086</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2024-07-24T07:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is the internal identifier of a parameter, which is also used in formulas</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12918887#M4087</link>
      <description>&lt;P&gt;They say:&amp;nbsp;&lt;SPAN&gt;I think &lt;U&gt;InternalDefinition.Id&lt;/U&gt; is the proper stable id:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://www.revitapidocs.com/2024/6b71158a-443a-7220-8934-5e86271984ee.htm" target="_blank"&gt;https://www.revitapidocs.com/2024/6b71158a-443a-7220-8934-5e86271984ee.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; The GetTypeId() is the Forge Parameter Schema typeId and it changed in the past few versions. The Id() remained the same.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 07:52:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12918887#M4087</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2024-07-25T07:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is the internal identifier of a parameter, which is also used in formulas</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12921094#M4088</link>
      <description>&lt;P&gt;Can you confirm that this works for your requirements, please? Thx!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 06:29:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12921094#M4088</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2024-07-26T06:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is the internal identifier of a parameter, which is also used in formulas</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12928278#M4089</link>
      <description>&lt;P&gt;... assuming that it does, I now went ahead and shared it for posterity:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2024/07/stable-parameter-identifier-and-webview2-plans.html#3" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2024/07/stable-parameter-identifier-and-webview2-plans.html#3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 11:11:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/what-is-the-internal-identifier-of-a-parameter-which-is-also/m-p/12928278#M4089</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2024-07-30T11:11:21Z</dc:date>
    </item>
  </channel>
</rss>

