<?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: System name is changing after new pipe is created. in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5656374#M72191</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to read the System name from the Biult in parameter&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;RBS_SYSTEM_NAME_PARAM..&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;But i can't set this parameter name to the newly created pipe,&lt;/P&gt;
&lt;P&gt;i am trying with the below code.&lt;/P&gt;
&lt;PRE&gt; /// pipe system name
m_sys_name = pipe_list[k].get_Parameter(BuiltInParameter.RBS_SYSTEM_NAME_PARAM).AsString();            pp.get_Parameter(BuiltInParameter.RBS_SYSTEM_NAME_PARAM).Set(m_sys_name);
&lt;/PRE&gt;
&lt;P&gt;Can anyone suggest me how to set this parameter for new pipe..&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2015 11:12:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-29T11:12:13Z</dc:date>
    <item>
      <title>System name is changing after new pipe is created.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5652776#M72190</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am reading the parameters from the existing pipe and creating new pipe in the same location with same parameters values red by the existing pipe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suppose if &lt;FONT color="#0000ff"&gt;System Classification is Hydronic Supply, same is appearing in the System Type too i.e, Hydronic Supply.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#000000"&gt;But in&lt;/FONT&gt; System Name Hydronic Supply 9 is coming for&amp;nbsp;newly created pipes, &lt;FONT color="#000000"&gt;but&amp;nbsp;for already existing pipe system name was &lt;/FONT&gt;Hydronic Supply 7.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#000000"&gt;How&amp;nbsp;to match this parameter with existing pipe using&lt;/FONT&gt; Revit API.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 05:03:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5652776#M72190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-27T05:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: System name is changing after new pipe is created.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5656374#M72191</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to read the System name from the Biult in parameter&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;RBS_SYSTEM_NAME_PARAM..&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;But i can't set this parameter name to the newly created pipe,&lt;/P&gt;
&lt;P&gt;i am trying with the below code.&lt;/P&gt;
&lt;PRE&gt; /// pipe system name
m_sys_name = pipe_list[k].get_Parameter(BuiltInParameter.RBS_SYSTEM_NAME_PARAM).AsString();            pp.get_Parameter(BuiltInParameter.RBS_SYSTEM_NAME_PARAM).Set(m_sys_name);
&lt;/PRE&gt;
&lt;P&gt;Can anyone suggest me how to set this parameter for new pipe..&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 11:12:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5656374#M72191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-29T11:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: System name is changing after new pipe is created.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5658985#M72192</link>
      <description>&lt;P&gt;Dear Anusha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2015/01/isolating-elements-of-a-given-system.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2015/01/isolating-elements-of-a-given-system.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 06:18:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5658985#M72192</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-06-01T06:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: System name is changing after new pipe is created.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5660481#M72193</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="font-family: 'Arial',sans-serif; font-size: 10pt;"&gt;Jeremy,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; font-size: 10pt;"&gt;Thank you very much for the reply..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; font-size: 10pt;"&gt;I gone through the link. Its heplful..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; font-size: 10pt;"&gt;But it does not help me to solve my issue. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; font-size: 10pt;"&gt;I am trying to set the RBS_SYSTEM_NAME_PARAM to the pipes..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; font-size: 10pt;"&gt;&lt;FONT face="Thread-00001a54-Id-00000000"&gt;I &lt;/FONT&gt;have some set of pipes, which is having&amp;nbsp;&lt;FONT face="Arial" size="2"&gt;predefined&lt;/FONT&gt; system names. The same system name i have to use to create the new set of pipes..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; font-size: 10pt;"&gt;How to achieve it?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 04:35:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/system-name-is-changing-after-new-pipe-is-created/m-p/5660481#M72193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-02T04:35:12Z</dc:date>
    </item>
  </channel>
</rss>

