<?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: Using AutoCAD command to change Vport layer in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12670752#M16534</link>
    <description>&lt;P&gt;Thanks a lot! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2024 22:09:55 GMT</pubDate>
    <dc:creator>mruPRQUJ</dc:creator>
    <dc:date>2024-03-27T22:09:55Z</dc:date>
    <item>
      <title>Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633453#M16499</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;I am wondering if it is possible to use AutoCAD command to finish below task, (to input AutoCAD command in command line, in order to create script later)&lt;BR /&gt;change all Vport to layer $X-ANNO-VPRT,&lt;BR /&gt;color by layer,&lt;/P&gt;&lt;P&gt;Bring Vport to Front (in draw order)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 21:45:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633453#M16499</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-11T21:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633474#M16500</link>
      <description>&lt;P&gt;code already written in this &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/select-all-viewports-lsp/m-p/4465113#M315345" target="_blank" rel="noopener"&gt;thread&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Just change the &lt;STRONG&gt;layerName&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="general"&gt; (vla-add (vla-get-layers acDoc) (setq layerName "0-VPRT"))&lt;/LI-CODE&gt;&lt;P&gt;To your &lt;STRONG&gt;LayerName&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="general"&gt; (vla-add (vla-get-layers acDoc) (setq layerName "$X-ANNO-VPRT"))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 11 Mar 2024 21:52:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633474#M16500</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-11T21:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633488#M16501</link>
      <description>&lt;P&gt;sorry, is it possible to use AutoCAD command to do it? They can be used in script later, many thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:00:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633488#M16501</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-11T22:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633506#M16502</link>
      <description>&lt;P&gt;Unfortunately, other than LISP I don't know of a command line version that can select All Vports in All Layouts to change all of them to another Layer. Also the built-in AutoCAD commands QSELECT and FILTER require dialog user entry to select the object type.&lt;/P&gt;&lt;P&gt;Do you still have old LT versions that are not 2024 which don't support lisp&amp;nbsp; but only script files?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:14:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633506#M16502</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-11T22:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633522#M16503</link>
      <description>&lt;P&gt;Most case. there is only one Vport, one layout in the drawing. We can consider only change one Vport, one layout, thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:23:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633522#M16503</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-11T22:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633549#M16504</link>
      <description>&lt;P&gt;I still don't know of an &lt;STRONG&gt;AutoCAD&lt;/STRONG&gt; command line that can select and filter out a &lt;STRONG&gt;VPort&lt;/STRONG&gt; object from all other objects in a &lt;STRONG&gt;layout&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;One trick if you know the layer name that the &lt;STRONG&gt;VPort&lt;/STRONG&gt; is currently on then the &lt;STRONG&gt;SelectSimilar&lt;/STRONG&gt; command can be used. Assuming current &lt;STRONG&gt;VPort&lt;/STRONG&gt; is on layer name&amp;nbsp;"&lt;STRONG&gt;SET-VP&lt;/STRONG&gt;" and layer&amp;nbsp; name "&lt;STRONG&gt;$X-ANNO-VPRT&lt;/STRONG&gt;" does not exist in the dwg then the following &lt;STRONG&gt;Script&lt;/STRONG&gt; will work:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;_.Tilemode
0
_.Pspace
.-Layer
_M
$X-ANNO-VPRT
_Set
SET-VP

_.Mview
0,0
1,1
_.SelectSimilar
_L

_.Chprop
_LA
$X-ANNO-VPRT
_CO
_BYLAYER

_.Erase
_L
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:43:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633549#M16504</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-11T22:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633565#M16505</link>
      <description>&lt;P&gt;Update.&amp;nbsp; Found the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;SELECTSIMILARMODE&lt;/STRONG&gt; system variable that can be changed on the command line to impact &lt;STRONG&gt;SELECTSIMILAR&lt;/STRONG&gt; command settings.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So you can now run this &lt;STRONG&gt;Script&lt;/STRONG&gt; file without knowing what the current &lt;STRONG&gt;Vport&lt;/STRONG&gt; layer name is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;SELECTSIMILARMODE
128
_.Tilemode
0
_.Pspace
.-Layer
_M
$X-ANNO-VPRT

_.Mview
0,0
1,1
_.SelectSimilar
_L

_.Chprop
_LA
$X-ANNO-VPRT
_CO
_BYLAYER

_.Erase
_L&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:52:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633565#M16505</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-11T22:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633567#M16506</link>
      <description>&lt;P&gt;The current Vport layer name could vary.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:52:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633567#M16506</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-11T22:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633568#M16507</link>
      <description>&lt;P&gt;could you please add Bring Vport to Front in draw order? thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:53:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633568#M16507</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-11T22:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633576#M16508</link>
      <description>&lt;P&gt;O you should know how to add that but here's yet another improved version without messing with &lt;STRONG&gt;SelectSimilar&lt;/STRONG&gt; settings but instead rely only on AutoCAD's built-in &lt;STRONG&gt;MView&lt;/STRONG&gt; command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;_.Tilemode
0
_.Pspace
.-Layer
_M
$X-ANNO-VPRT

_.Mview
_On
_All

_.Chprop
_P

_LA
$X-ANNO-VPRT
_CO
_BYLAYER

_.DRAWORDER
_P

_Front&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 23:37:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633576#M16508</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-14T23:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633613#M16509</link>
      <description>&lt;P&gt;Great job! Sorry to bother you, can I ask you one more question? If I want to add this script to Macro, how to modify it? many thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 23:27:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633613#M16509</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-11T23:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633627#M16510</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;^C^C_.Tilemode;0;_.Pspace;.-Layer;_M;$X-ANNO-VPRT;;_.Mview;_On;_All;;_.Chprop;_P;;_LA;$X-ANNO-VPRT;_CO;_BYLAYER;;_.DRAWORDER;_P;;_Front;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 11 Mar 2024 23:37:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633627#M16510</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-11T23:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633644#M16511</link>
      <description>&lt;P&gt;Original is below and it works,&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C-LAYER;LOCK;$X-ANNO-VPRT;LOCK;$X-ANNO-VPRT;;MVIEW;L;ON;ALL;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;new one is below, it did not work.&lt;/P&gt;&lt;P&gt;^C^C-LAYER;LOCK;$X-ANNO-VPRT;LOCK;$X-ANNO-VPRT;;MVIEW;L;ON;ALL;;_.Tilemode;0;_.Pspace;.-Layer;_M;$X-ANNO-VPRT;;_.Mview;_On;_All;;_.Chprop;_P;;_LA;$X-ANNO-VPRT;_CO;_BYLAYER;;_.DRAWORDER;_P;;_Front;;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 23:49:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633644#M16511</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-11T23:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633724#M16512</link>
      <description>&lt;P&gt;It's possible that what I provided would fail if the current Vport's Layer is Locked.&lt;/P&gt;&lt;P&gt;Since you don't know what layer the current Vport is on, this means the new macro would have to include the Layer command to &lt;STRONG&gt;Unlock All&lt;/STRONG&gt; Layers. Then at the end add back&amp;nbsp;&lt;STRONG&gt;Layer Lock&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;$X-ANNO-VPRT&lt;/STRONG&gt; which is what the following macro should do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;^C^C_.Tilemode;0;_.Pspace;.-Layer;_Unl;*;;_.Mview;_L;_ON;_ALL;;_.Chprop;_P;;_LA;$X-ANNO-VPRT;_CO;_BYLAYER;;_.DRAWORDER;_P;;_Front;.-Layer;_Lo;$X-ANNO-VPRT;;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you don't need to include your original macro. The above should take care of locking both the layer &amp;amp; the vport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 00:45:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12633724#M16512</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-12T00:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641068#M16513</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Hi there, the original Macro can only lock the Vport display. Sorry about it, it has some problems. In Macro "$" character is used for different function, so its causing a problem.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Someone created a lisp for it, it is not perfect, it works, many thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 17:37:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641068#M16513</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-14T17:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641112#M16514</link>
      <description>&lt;P&gt;Of course you can run &lt;STRONG&gt;LL&lt;/STRONG&gt; automatically after loading. But I also changed the sequence of the lines in your code to make it work. Again since your code does &lt;STRONG&gt;NOT&amp;nbsp;&lt;/STRONG&gt;include an option to&lt;STRONG&gt; UnLock ALL&lt;/STRONG&gt; Layers the changing of the &lt;STRONG&gt;Vport&lt;/STRONG&gt;&amp;nbsp;Layer&amp;nbsp;&lt;STRONG&gt;ONLY&lt;/STRONG&gt; works if the &lt;STRONG&gt;Layer&lt;/STRONG&gt; the &lt;STRONG&gt;Vport&lt;/STRONG&gt; is on is &lt;STRONG&gt;NOT&lt;/STRONG&gt; &lt;STRONG&gt;locked&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(defun c:LL()
; Layer Make sets Layer current
(Command "_.-LAYER" "_MAKE" "$X-ANNO-VPRT" "")
; Layer New creates Layer but does not set as current so you decide which one you want to use
;(Command "_.-LAYER" "_NEW" "$X-ANNO-VPRT" "")
; You can continue the Layer Lock as part of above code or start new command like this
; Layer Locks the Vport layer
(Command "_.-LAYER" "_LOCK" "$X-ANNO-VPRT" "")
; Now before running Mview command you need to first set Tilemode to 0
(COMMAND "_.TILEMODE" "0")
; then make sure is in Paper space &amp;amp; not in Model space inside a Vport
(Command "_.PSPACE")
; now run Mview command to Lock &amp;amp; turn On all Vports in current Layout
(Command "_.MVIEW" "_LOCK" "_ON" "_ALL" "")
; Chprop command Previous will only succeed if the current Vport's Layer is NOT Locked and there are Vports found in the current Layout
(Command "_.CHPROP" "_P" "" "_LAYER" "$X-ANNO-VPRT" "_COLOR" "BYLAYER" "")
; Draworder command only works if there are Previous Vports found
(Command "_.DRAWORDER" "_P" "" "_FRONT")
(princ)
)
; automatically run the command
(c:LL)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 17:20:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641112#M16514</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-14T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641288#M16515</link>
      <description>&lt;P&gt;Great! It works perfect! Another lisp has minor changes, I lost the original link. Can I post here or make a new post? Finally, I want to combine two lisps together, many thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 18:42:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641288#M16515</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-14T18:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641329#M16516</link>
      <description>&lt;P&gt;Best to start a new post on that lisp&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 18:54:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641329#M16516</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-14T18:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641334#M16517</link>
      <description>&lt;P&gt;Thanks a million!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 18:56:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641334#M16517</guid>
      <dc:creator>mruPRQUJ</dc:creator>
      <dc:date>2024-03-14T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using AutoCAD command to change Vport layer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641339#M16518</link>
      <description>&lt;P&gt;Glad to have helped…cheers!!!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 18:56:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-autocad-command-to-change-vport-layer/m-p/12641339#M16518</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-14T18:56:54Z</dc:date>
    </item>
  </channel>
</rss>

