<?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: Formula: Copying and Paste within Family Types Properties in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11097700#M19731</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11117768"&gt;@ChrisFromNOLA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Dynamic Model Updater in Revit API.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/revit/learn-explore/caas/CloudHelp/cloudhelp/2014/ENU/Revit/files/GUID-6D434229-0A2E-41FE-B29D-1BB2E6471F50-htm.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/revit/learn-explore/caas/CloudHelp/cloudhelp/2014/ENU/Revit/files/GUID-6D434229-0A2E-41FE-B29D-1BB2E6471F50-htm.html&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Register an updater&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; UpdaterRegistry.AddTrigger(Updater.GetUpdaterId(),new ElementCategoryFilter(BuiltInCategory.OST_xxx), &lt;EM&gt;Element.GetChangeTypeParameter(yourParameter.Id)&lt;/EM&gt;);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Apr 2022 08:13:24 GMT</pubDate>
    <dc:creator>naveen.kumar.t</dc:creator>
    <dc:date>2022-04-11T08:13:24Z</dc:date>
    <item>
      <title>Formula: Copying and Paste within Family Types Properties</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11094273#M19730</link>
      <description>&lt;P&gt;Here's what Im trying to accomplish.&lt;/P&gt;&lt;P&gt;I am trying to &lt;FONT color="#FF0000"&gt;copy&lt;/FONT&gt; the text &lt;FONT color="#FF0000"&gt;(&lt;STRONG&gt;Parameter Name)&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;from the &lt;STRONG&gt;Parameter Group: &lt;U&gt;Constraints&lt;/U&gt;&lt;/STRONG&gt; that has a &lt;STRONG&gt;yes/no&lt;/STRONG&gt; parameter associated with it, and &lt;FONT color="#FF0000"&gt;paste&lt;/FONT&gt; the &lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;text&lt;/FONT&gt; &lt;STRONG&gt;(Parameter Name)&lt;/STRONG&gt;&lt;/FONT&gt; into a designated field in the &lt;STRONG&gt;Parameter Group: &lt;U&gt;Construction&lt;/U&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It seems to be a simple, &lt;EM&gt;"if box is checked then copy parameter name to this field,,,&lt;FONT size="1 2 3 4 5 6 7" color="#666699"&gt;([&amp;gt;,&amp;lt; ])&lt;/FONT&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Just not sure how this should be written.&lt;/P&gt;&lt;P&gt;I would appreciate any help that moves me forward in understanding this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#666699"&gt;&lt;EM&gt;Please see screenshots. Below...&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 19:40:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11094273#M19730</guid>
      <dc:creator>ChrisFromNOLA</dc:creator>
      <dc:date>2022-04-08T19:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Formula: Copying and Paste within Family Types Properties</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11097700#M19731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11117768"&gt;@ChrisFromNOLA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Dynamic Model Updater in Revit API.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/revit/learn-explore/caas/CloudHelp/cloudhelp/2014/ENU/Revit/files/GUID-6D434229-0A2E-41FE-B29D-1BB2E6471F50-htm.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/revit/learn-explore/caas/CloudHelp/cloudhelp/2014/ENU/Revit/files/GUID-6D434229-0A2E-41FE-B29D-1BB2E6471F50-htm.html&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Register an updater&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; UpdaterRegistry.AddTrigger(Updater.GetUpdaterId(),new ElementCategoryFilter(BuiltInCategory.OST_xxx), &lt;EM&gt;Element.GetChangeTypeParameter(yourParameter.Id)&lt;/EM&gt;);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 08:13:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11097700#M19731</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2022-04-11T08:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Formula: Copying and Paste within Family Types Properties</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11285960#M19732</link>
      <description>&lt;P&gt;This didn't solve the issue but I certainly appreciate your input. I also may not be explaining myself clear enough. Let me try explaining in annotated screenshots. Seems this is the best way to bring someone into my madness lol.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 16:25:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11285960#M19732</guid>
      <dc:creator>ChrisFromNOLA</dc:creator>
      <dc:date>2022-07-08T16:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formula: Copying and Paste within Family Types Properties</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11289187#M19733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11117768"&gt;@ChrisFromNOLA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have a Yes/No instance parameter and also you have a family type parameter. In this case, the family type parameter name is "Description"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;By choosing Yes(tick mark symbol), you want to copy and set the Yes/No instance parameter definition name to the type parameter("Description").&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;By choosing No(removing tick symbol), you just want to delete the type parameter value("Description" value).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Is my understanding correct? Could you please confirm whether you are looking for this?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The thing to notice here is, Let's say we have 3 chair elements and all these 3 chair elements come from a particular element type. If you change the element type parameter for a single chair, all the chair's element type parameter values will be changed.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I'm waiting for your response.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 08:48:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11289187#M19733</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2022-07-11T08:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formula: Copying and Paste within Family Types Properties</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11304656#M19734</link>
      <description>&lt;P&gt;Thank you Naveen, Yes and No... By checking yes I would like the field to auto populate... Text only (Not dependent on the family for a yes/no family parameter. By checking No... simply does not copy text field&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 17:50:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11304656#M19734</guid>
      <dc:creator>ChrisFromNOLA</dc:creator>
      <dc:date>2022-07-18T17:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Formula: Copying and Paste within Family Types Properties</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11305536#M19735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11117768"&gt;@ChrisFromNOLA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This may not be the exact solution to solve your issue.&lt;BR /&gt;But I hope this gives you an idea to handle this issue.&lt;/P&gt;
&lt;P&gt;I did a small test using Wall Element.&lt;/P&gt;
&lt;P&gt;In the wall element, we have a Yes/No Instance parameter called "Structural".&lt;BR /&gt;By choosing Yes/No, I am changing the type parameter(Cost).&lt;BR /&gt;This is just a sample code(Please do appropriate modifications to this code.)&lt;/P&gt;
&lt;P&gt;If some parameter doesn't change while using IUpdater, please check by trying to change the parameter without using IUpdater.&lt;/P&gt;
&lt;P&gt;If you are unable to resolve the issue, then let me know.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 06:54:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/formula-copying-and-paste-within-family-types-properties/m-p/11305536#M19735</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2022-07-19T06:54:43Z</dc:date>
    </item>
  </channel>
</rss>

