<?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 Select a view with ilogic view in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/8825523#M75326</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me how can I select a view in an idw file, please?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I refer to do visible that selection,the same when I select a view in a drawing and it appears framed in a red lines as I show you in the screenshot.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Selected view.jpg" style="width: 284px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/642677i7C280D3931DBCC0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selected view.jpg" alt="Selected view.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you help me, please?.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 12:16:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-31T12:16:19Z</dc:date>
    <item>
      <title>Select a view with ilogic view</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/8825523#M75326</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me how can I select a view in an idw file, please?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I refer to do visible that selection,the same when I select a view in a drawing and it appears framed in a red lines as I show you in the screenshot.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Selected view.jpg" style="width: 284px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/642677i7C280D3931DBCC0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selected view.jpg" alt="Selected view.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you help me, please?.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 12:16:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/8825523#M75326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T12:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select a view with ilogic view</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/8826733#M75327</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;doc&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;DrawingDocument&lt;/SPAN&gt; = &lt;SPAN&gt;ThisDoc&lt;/SPAN&gt;.&lt;SPAN&gt;Document&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oSheet&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Sheet&lt;/SPAN&gt; = &lt;SPAN&gt;doc&lt;/SPAN&gt;.&lt;SPAN&gt;ActiveSheet&lt;/SPAN&gt;
&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oView&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;DrawingView&lt;/SPAN&gt; = &lt;SPAN&gt;oSheet&lt;/SPAN&gt;.&lt;SPAN&gt;DrawingViews&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(1)&lt;SPAN&gt;'Select View for Item number&lt;/SPAN&gt;

&lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;.&lt;SPAN&gt;DoSelect&lt;/SPAN&gt;(&lt;SPAN&gt;oView&lt;/SPAN&gt;)&lt;SPAN&gt;'Select View&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P&gt;Hi, this code will select an identified view through the item in the active drawing file sheet.&lt;BR /&gt;I hope I can help you with your problem. regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 22:27:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/8826733#M75327</guid>
      <dc:creator>Sergio.D.Suárez</dc:creator>
      <dc:date>2019-05-31T22:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select a view with ilogic view</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/8827154#M75328</link>
      <description>&lt;P&gt;Muchas gracias, Sergio, &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 11:54:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/8827154#M75328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-01T11:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select a view with ilogic view</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/9138252#M75329</link>
      <description>&lt;P&gt;Hi Sergio.&lt;/P&gt;&lt;P&gt;Thanks. I like it: useful in my iLogic pursuits.&lt;/P&gt;&lt;P&gt;could I have know the code for picking a view (with a pick enum filter)? Useful, in case there ate multiple views.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2019 22:29:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/9138252#M75329</guid>
      <dc:creator>RoyWickrama_RWEI</dc:creator>
      <dc:date>2019-11-10T22:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select a view with ilogic view</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/9138734#M75330</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2129088"&gt;@RoyWickrama_RWEI&lt;/a&gt;&amp;nbsp;, try these ilogic codes, either one, these fragments I use it a lot, I hope they can be useful, regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oView&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;DrawingView&lt;/SPAN&gt;

&lt;SPAN&gt;oView&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;.&lt;SPAN&gt;Pick&lt;/SPAN&gt;(&lt;SPAN&gt;SelectionFilterEnum&lt;/SPAN&gt;.&lt;SPAN&gt;kDrawingViewFilter&lt;/SPAN&gt;, &lt;SPAN&gt;"Select View"&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Or&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oView&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;DrawingView&lt;/SPAN&gt;

&lt;SPAN&gt;oView&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;.&lt;SPAN&gt;Pick&lt;/SPAN&gt;(16898, &lt;SPAN&gt;"Select View"&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 08:58:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/9138734#M75330</guid>
      <dc:creator>Sergio.D.Suárez</dc:creator>
      <dc:date>2019-11-11T08:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select a view with ilogic view</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/12033545#M75331</link>
      <description>&lt;P&gt;Is there a way to select multiple views using this (while holding ctrl, for example)?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 13:39:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/select-a-view-with-ilogic-view/m-p/12033545#M75331</guid>
      <dc:creator>Matthew_Policelli</dc:creator>
      <dc:date>2023-06-14T13:39:14Z</dc:date>
    </item>
  </channel>
</rss>

