<?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 Change parameters of revit family using API using c# in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/change-parameters-of-revit-family-using-api-using-c/m-p/8419898#M46068</link>
    <description>&lt;P&gt;How can change parameters in revit using c#&lt;/P&gt;</description>
    <pubDate>Fri, 23 Nov 2018 06:21:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-23T06:21:31Z</dc:date>
    <item>
      <title>Change parameters of revit family using API using c#</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/change-parameters-of-revit-family-using-api-using-c/m-p/8419898#M46068</link>
      <description>&lt;P&gt;How can change parameters in revit using c#&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 06:21:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/change-parameters-of-revit-family-using-api-using-c/m-p/8419898#M46068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-23T06:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change parameters of revit family using API using c#</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/change-parameters-of-revit-family-using-api-using-c/m-p/8419913#M46069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;1)you can get the builtin parameters using&lt;/P&gt;
&lt;PRE&gt;element.get_Parameter(BuiltInParameter.your_parameter);&lt;/PRE&gt;
&lt;P&gt;2)If you know the name of the parameter&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;element.LookupParameter("Your parameter as string");&lt;/PRE&gt;
&lt;P&gt;To set the value for the parameters&lt;/P&gt;
&lt;PRE&gt;element.get_Parameter(BuiltInParameter.your_parameter).Set();
element.LookupParameter("Your parameter as string").SetValueString("string value which you want to assign to your parameter");&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Nov 2018 06:41:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/change-parameters-of-revit-family-using-api-using-c/m-p/8419913#M46069</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2018-11-23T06:41:55Z</dc:date>
    </item>
  </channel>
</rss>

