<?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 RFA file export options in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13882189#M177936</link>
    <description>&lt;P data-start="117" data-end="133"&gt;&lt;STRONG data-start="117" data-end="133"&gt;Hi everyone,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="117" data-end="133"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="135" data-end="350"&gt;I recently found out (&lt;A title="www.symetri.co.uk" href="https://www.symetri.co.uk/insights/blog/sharing-inventor-2021-data-to-earlier-version-revit-rfa/" target="_blank" rel="noopener"&gt;link&lt;/A&gt;, &lt;A title="static.au-uw2-prd.autodesk.com" href="https://static.au-uw2-prd.autodesk.com/AULON691_Discover_how_MFG_are_collaborating_in_an_AEC_environment.pdf" target="_blank" rel="noopener"&gt;link&lt;/A&gt;) that it’s possible to choose the export version of an RFA file. This feature works perfectly through the user interface, but when using the API, I’m not getting the expected result.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andrii_Humeniuk_0-1762355704956.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1585513i833BD63666FE31BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andrii_Humeniuk_0-1762355704956.png" alt="Andrii_Humeniuk_0-1762355704956.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P data-start="352" data-end="611"&gt;In the sample below, I’m trying to save an RFA file to an earlier version using my custom template. The template is applied successfully, and I get a &lt;U&gt;&lt;EM&gt;Mechanical Equipment&lt;/EM&gt;&lt;/U&gt; family as intended. However, the RFA version remains the current one (in my case, 2025).&lt;/P&gt;
&lt;LI-CODE lang="visual"&gt;Dim oInvApp As Inventor.Application  = ThisApplication
Dim oDoc As Document = oInvApp.ActiveDocument
Dim oDef As ComponentDefinition = oDoc.ComponentDefinition
Dim oNameValueMap As NameValueMap = oInvApp.TransientObjects.CreateNameValueMap
oNameValueMap.Add(“CustomRevitFamilyTemplate”,
				"C:\ProgramData\Autodesk\RVT 2024\Family Templates\English\Metric Mechanical Equipment.rft")
oNameValueMap.Add("RevitFileVersion", "Legacy")
Dim oBIM As BIMComponent = oDef.BIMComponent
oBIM.ExportBuildingComponentWithOptions(IO.Path.ChangeExtension(oDoc.FullFileName, ".rfa"), oNameValueMap)&lt;/LI-CODE&gt;
&lt;P data-start="613" data-end="727"&gt;I’d really appreciate any insights or suggestions on how to make the API export to a previous version correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="729" data-end="747"&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 05 Nov 2025 15:17:24 GMT</pubDate>
    <dc:creator>Andrii_Humeniuk</dc:creator>
    <dc:date>2025-11-05T15:17:24Z</dc:date>
    <item>
      <title>RFA file export options</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13882189#M177936</link>
      <description>&lt;P data-start="117" data-end="133"&gt;&lt;STRONG data-start="117" data-end="133"&gt;Hi everyone,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="117" data-end="133"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="135" data-end="350"&gt;I recently found out (&lt;A title="www.symetri.co.uk" href="https://www.symetri.co.uk/insights/blog/sharing-inventor-2021-data-to-earlier-version-revit-rfa/" target="_blank" rel="noopener"&gt;link&lt;/A&gt;, &lt;A title="static.au-uw2-prd.autodesk.com" href="https://static.au-uw2-prd.autodesk.com/AULON691_Discover_how_MFG_are_collaborating_in_an_AEC_environment.pdf" target="_blank" rel="noopener"&gt;link&lt;/A&gt;) that it’s possible to choose the export version of an RFA file. This feature works perfectly through the user interface, but when using the API, I’m not getting the expected result.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andrii_Humeniuk_0-1762355704956.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1585513i833BD63666FE31BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andrii_Humeniuk_0-1762355704956.png" alt="Andrii_Humeniuk_0-1762355704956.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P data-start="352" data-end="611"&gt;In the sample below, I’m trying to save an RFA file to an earlier version using my custom template. The template is applied successfully, and I get a &lt;U&gt;&lt;EM&gt;Mechanical Equipment&lt;/EM&gt;&lt;/U&gt; family as intended. However, the RFA version remains the current one (in my case, 2025).&lt;/P&gt;
&lt;LI-CODE lang="visual"&gt;Dim oInvApp As Inventor.Application  = ThisApplication
Dim oDoc As Document = oInvApp.ActiveDocument
Dim oDef As ComponentDefinition = oDoc.ComponentDefinition
Dim oNameValueMap As NameValueMap = oInvApp.TransientObjects.CreateNameValueMap
oNameValueMap.Add(“CustomRevitFamilyTemplate”,
				"C:\ProgramData\Autodesk\RVT 2024\Family Templates\English\Metric Mechanical Equipment.rft")
oNameValueMap.Add("RevitFileVersion", "Legacy")
Dim oBIM As BIMComponent = oDef.BIMComponent
oBIM.ExportBuildingComponentWithOptions(IO.Path.ChangeExtension(oDoc.FullFileName, ".rfa"), oNameValueMap)&lt;/LI-CODE&gt;
&lt;P data-start="613" data-end="727"&gt;I’d really appreciate any insights or suggestions on how to make the API export to a previous version correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="729" data-end="747"&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 15:17:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13882189#M177936</guid>
      <dc:creator>Andrii_Humeniuk</dc:creator>
      <dc:date>2025-11-05T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFA file export options</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13882471#M177938</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13518190"&gt;@Andrii_Humeniuk&lt;/a&gt;&amp;nbsp;, I did a quick test and I see the same issue as you, in both Inventor 2025 and Inventor 2026 .&lt;BR /&gt;&lt;BR /&gt;I wonder if&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4427777"&gt;@chandra.shekar.g&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537534"&gt;@MjDeck&lt;/a&gt;&amp;nbsp;could take a look and tell us if there is a bug or if some change of syntax is needed.&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="Curtis_Waguespack_3-1762365612844.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1585569i61333C3BE40719A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_3-1762365612844.png" alt="Curtis_Waguespack_3-1762365612844.png" /&gt;&lt;/span&gt;&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="Curtis_Waguespack_2-1762365546273.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1585568i729036034E9B13D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_2-1762365546273.png" alt="Curtis_Waguespack_2-1762365546273.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 19:44:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13882471#M177938</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2025-11-05T19:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: RFA file export options</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13885447#M177972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13518190"&gt;@Andrii_Humeniuk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="p-rich_text_section"&gt;Please try to change below line:&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;oNameValueMap.Add("RevitFileVersion", "Legacy")&lt;/PRE&gt;
&lt;DIV class="p-rich_text_section"&gt;to:&lt;/DIV&gt;
&lt;DIV class="p-rich_text_block--no-overflow"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;oNameValueMap.Add("RevitVersion", "Revit 2024")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Chandra shekar G&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 10:37:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13885447#M177972</guid>
      <dc:creator>chandra.shekar.g</dc:creator>
      <dc:date>2025-11-07T10:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: RFA file export options</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13885515#M177977</link>
      <description>&lt;P&gt;Thank you very much &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4427777"&gt;@chandra.shekar.g&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;&lt;BR /&gt;I suspected that "Legacy" might not be relevant, so I've been experimenting with it for the last 2 days, choosing from the following: "Revit 2024", "Revit2024", "RVT2024", "RFA2024", "2024", "24" and many others. But I didn't think that the key name might be wrong.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 11:35:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13885515#M177977</guid>
      <dc:creator>Andrii_Humeniuk</dc:creator>
      <dc:date>2025-11-07T11:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: RFA file export options</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13888651#M178008</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4427777"&gt;@chandra.shekar.g&lt;/a&gt;&amp;nbsp;thank you for this reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you be able to get the documentation updated for this also?&lt;/P&gt;
&lt;P&gt;I could not find any information in the help files that documented this.&lt;BR /&gt;Maybe add a sample as well?&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2026/ENU/?guid=BIMComponent_ExportBuildingComponentWithOptions" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2026/ENU/?guid=BIMComponent_ExportBuildingComponentWithOptions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 14:20:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13888651#M178008</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2025-11-10T14:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: RFA file export options</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13889567#M178025</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_W&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;The message has been forwarded to concerned team.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 03:06:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/rfa-file-export-options/m-p/13889567#M178025</guid>
      <dc:creator>chandra.shekar.g</dc:creator>
      <dc:date>2025-11-11T03:06:35Z</dc:date>
    </item>
  </channel>
</rss>

