<?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: Model Pattern vs Drafting Pattern in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/model-pattern-vs-drafting-pattern/m-p/8976402#M40361</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5661631"&gt;@naveen.kumar.t&lt;/a&gt;&amp;nbsp; that did the trick, thank you!&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 16:16:30 GMT</pubDate>
    <dc:creator>dgoff96</dc:creator>
    <dc:date>2019-08-20T16:16:30Z</dc:date>
    <item>
      <title>Model Pattern vs Drafting Pattern</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-pattern-vs-drafting-pattern/m-p/8974935#M40359</link>
      <description>&lt;P&gt;I am working on a tool that collects all of the patterns in a file. I am wondering how to access the parameter that tells you if the pattern is a model pattern or a drafting pattern? I have tried&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;patternElement.GetType()&lt;/PRE&gt;&lt;P&gt;but all that tells me is that it's a FillPatternElement. Nothing in the API docs is jumping out as an obvious answer here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to get this information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 00:23:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-pattern-vs-drafting-pattern/m-p/8974935#M40359</guid>
      <dc:creator>dgoff96</dc:creator>
      <dc:date>2019-08-20T00:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Model Pattern vs Drafting Pattern</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-pattern-vs-drafting-pattern/m-p/8975149#M40360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1532425"&gt;@dgoff96&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;try using the below code&lt;/P&gt;
&lt;PRE&gt;FillPatternElement FPE;
FillPattern FP = FPE.GetFillPattern();
FillPatternTarget FPT = FP.Target;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;FillPatterenTarget returns the type of fill pattern.&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;&lt;SPAN&gt;If this helped solve your problem please mark it as a solution, so other users can get this solution as well&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 05:20:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-pattern-vs-drafting-pattern/m-p/8975149#M40360</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2019-08-20T05:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Model Pattern vs Drafting Pattern</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/model-pattern-vs-drafting-pattern/m-p/8976402#M40361</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5661631"&gt;@naveen.kumar.t&lt;/a&gt;&amp;nbsp; that did the trick, thank you!&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 16:16:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/model-pattern-vs-drafting-pattern/m-p/8976402#M40361</guid>
      <dc:creator>dgoff96</dc:creator>
      <dc:date>2019-08-20T16:16:30Z</dc:date>
    </item>
  </channel>
</rss>

