<?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 2024 'Other' Parameter Group in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/13834236#M84757</link>
    <description>&lt;P&gt;Hey all, sorry again for reviving this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the &lt;STRONG&gt;ParameterBindings.ReInsert(definition,binding,new ForgeTypeId(""))&amp;nbsp;&lt;/STRONG&gt;method will actually not update the parameter group and just keep it as the same parameter group as before. That means once you've set the parameter group to any non-empty type id it's impossible to reset it to the "Other" parameter group?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried with&amp;nbsp;&lt;STRONG&gt;ParameterBindings.ReInsert(definition,binding,null)&amp;nbsp;&lt;/STRONG&gt;but it had the same effect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone of you have a workaround for this or am I just missing a piece of information here?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Oct 2025 11:17:42 GMT</pubDate>
    <dc:creator>niklas_portmann</dc:creator>
    <dc:date>2025-10-02T11:17:42Z</dc:date>
    <item>
      <title>Revit 2024 'Other' Parameter Group</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/12086226#M10900</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;With the change over to &lt;STRONG&gt;ForgeTypeId&lt;/STRONG&gt; and &lt;STRONG&gt;GroupTypeId&lt;/STRONG&gt; in Revit 2024 instead of &lt;STRONG&gt;BuiltInParameterGroup&lt;/STRONG&gt; enumerations, I just wanted to share how to define the 'Other' group for parameters as it doesn't appear to be documented.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Whereas previously you would use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BuiltInParameterGroup.INVALID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In 2024 and beyond you need to use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;new ForgeTypeId(string.Empty)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other groups can be found using the GroupTypeId class like &lt;STRONG&gt;GroupTypeId.Data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps others searching for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 13:02:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/12086226#M10900</guid>
      <dc:creator>kevin_fielding</dc:creator>
      <dc:date>2023-07-07T13:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Revit 2024 'Other' Parameter Group</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/12086784#M10901</link>
      <description>&lt;P&gt;Thank you for the very useful hint!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:37:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/12086784#M10901</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-07-07T16:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Revit 2024 'Other' Parameter Group</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/12375864#M10902</link>
      <description>&lt;P&gt;Shared on the blog 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/2023/11/journal-magic-adjacent-rooms-and-room-boundary.html#5" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2023/11/journal-magic-adjacent-rooms-and-room-boundary.html#5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 10:14:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/12375864#M10902</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-11-14T10:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Revit 2024 'Other' Parameter Group</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/13326968#M10903</link>
      <description>&lt;P&gt;Sorry for reviving an old post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently using&amp;nbsp;&lt;STRONG&gt;new ForgeTypeId(string.Empty)&amp;nbsp;&lt;/STRONG&gt;only works for Revit 2024 and above. I was just testing what's on this post in my code and it was working with Revit 2025, but not in Revit 2023.&lt;BR /&gt;The&amp;nbsp;&lt;EM&gt;ForgeTypeId&lt;/EM&gt; change seems to be applied from Revit 2021 onwards so I thought it was strange that it wasn't working in 2023. I did some experimentation and if you use&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;null&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;instead of&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;new ForgeTypeId(string.Empty)&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;then it works in all versions of Revit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thought you guys might be interested &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 04:42:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/13326968#M10903</guid>
      <dc:creator>andrea.tassera</dc:creator>
      <dc:date>2025-02-19T04:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Revit 2024 'Other' Parameter Group</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/13834236#M84757</link>
      <description>&lt;P&gt;Hey all, sorry again for reviving this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the &lt;STRONG&gt;ParameterBindings.ReInsert(definition,binding,new ForgeTypeId(""))&amp;nbsp;&lt;/STRONG&gt;method will actually not update the parameter group and just keep it as the same parameter group as before. That means once you've set the parameter group to any non-empty type id it's impossible to reset it to the "Other" parameter group?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried with&amp;nbsp;&lt;STRONG&gt;ParameterBindings.ReInsert(definition,binding,null)&amp;nbsp;&lt;/STRONG&gt;but it had the same effect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone of you have a workaround for this or am I just missing a piece of information here?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 11:17:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/m-p/13834236#M84757</guid>
      <dc:creator>niklas_portmann</dc:creator>
      <dc:date>2025-10-02T11:17:42Z</dc:date>
    </item>
  </channel>
</rss>

