<?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 Get all operator from a parameter in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10060642#M28466</link>
    <description>&lt;P&gt;Good morning all,&lt;/P&gt;&lt;P&gt;I am looking for a way to get all the operators for a given parameter. Do you have any idea, I couldn't find anything in the API that allows me to do this.&lt;BR /&gt;The goal is to recover these values:&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="Sans titre.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/877338i3119E862A099C25E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sans titre.png" alt="Sans titre.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And create the right filter according to the user's choice :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"equals" :&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ParameterFilterRuleFactory.CreateEqualsRule(&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"is greater than or equal to" :&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ParameterFilterRuleFactory.CreateGreaterOrEqualRule(&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thk&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 14:43:00 GMT</pubDate>
    <dc:creator>minet.axel</dc:creator>
    <dc:date>2021-02-05T14:43:00Z</dc:date>
    <item>
      <title>Get all operator from a parameter</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10060642#M28466</link>
      <description>&lt;P&gt;Good morning all,&lt;/P&gt;&lt;P&gt;I am looking for a way to get all the operators for a given parameter. Do you have any idea, I couldn't find anything in the API that allows me to do this.&lt;BR /&gt;The goal is to recover these values:&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="Sans titre.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/877338i3119E862A099C25E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sans titre.png" alt="Sans titre.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And create the right filter according to the user's choice :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"equals" :&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ParameterFilterRuleFactory.CreateEqualsRule(&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"is greater than or equal to" :&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ParameterFilterRuleFactory.CreateGreaterOrEqualRule(&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thk&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 14:43:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10060642#M28466</guid>
      <dc:creator>minet.axel</dc:creator>
      <dc:date>2021-02-05T14:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get all operator from a parameter</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10060713#M28467</link>
      <description>&lt;P&gt;Do I need to test the type of parameter and create the list against the type of parameter (storageType)?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 15:08:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10060713#M28467</guid>
      <dc:creator>minet.axel</dc:creator>
      <dc:date>2021-02-05T15:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get all operator from a parameter</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10062904#M28468</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you are right. You could check the storage type. In that way, you will be able to know if a method is available to be used over a certain parameter or not.&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Once you validate the method, you get the operator.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 15:06:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10062904#M28468</guid>
      <dc:creator>franciscopossetto</dc:creator>
      <dc:date>2021-02-06T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get all operator from a parameter</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10064155#M28469</link>
      <description>&lt;P&gt;I will test this. thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 09:11:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-all-operator-from-a-parameter/m-p/10064155#M28469</guid>
      <dc:creator>minet.axel</dc:creator>
      <dc:date>2021-02-07T09:11:57Z</dc:date>
    </item>
  </channel>
</rss>

