<?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: Layer creation while on the change properties command. in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902761#M38217</link>
    <description>Got it: automation like that does require pre-planning on the part of the user in AutoCAD at this stage of the game. LISP or macro is the way we old timers like to do it, if starting in a template that has all things 'standards' is never an option.&lt;BR /&gt;&lt;BR /&gt;The Customization forums here have many suck requests you can find and reuse for your setup right now &lt;A href="https://forums.autodesk.com/t5/autocad-customization/ct-p/AutoCADTopic1" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-customization/ct-p/AutoCADTopic1&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;If you'd only like to see it as a built-in button clicking option, the place to ask Autodesk for that feature in the future would be over here &lt;A href="https://www.autodesk.com/company/contact-us/product-feedback" target="_blank"&gt;https://www.autodesk.com/company/contact-us/product-feedback&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Mon, 17 Apr 2023 21:19:05 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2023-04-17T21:19:05Z</dc:date>
    <item>
      <title>Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902552#M38214</link>
      <description>&lt;P&gt;Why can't I create a layer in the middle of a command that requires a particular layer to exist?&lt;/P&gt;&lt;P&gt;Why do I need to exit the command and go to the "create layer" mode, why can't I just create the layer on the fly inside of any other command?&amp;nbsp; For example, inside of the following commands, "move to layer", " make current", "change properties", "annotate", etc.&amp;nbsp; Or have I been hibernating, and we can do this already? I am running vanilla AutoCAD 2023.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 19:49:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902552#M38214</guid>
      <dc:creator>Mayra.Moyles</dc:creator>
      <dc:date>2023-04-17T19:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902576#M38215</link>
      <description>is this by chance your exact problem &lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Error-Unable-to-modify-layers-while-another-command-is-active-when-clicking-on-the-Layer-Properties-Manager-in-AutoCAD.html" target="_blank"&gt;https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Error-Unable-to-modify-layers-while-another-command-is-active-when-clicking-on-the-Layer-Properties-Manager-in-AutoCAD.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise... the LAYER palette works just fine here in 2023 while in a command (MOVE for example) to do what you are asking for if I understand it correctly.&lt;BR /&gt;or if you prefer to type, use an apostrophe with a hyphen then activate the MAKE sub-option, like this&lt;BR /&gt;'_LAYER&lt;BR /&gt;MAKE&lt;BR /&gt;MyFunkyLayerNamHere&lt;BR /&gt;and so on... .&lt;BR /&gt;&lt;BR /&gt;Make sure ABOUT command shows you having 2023.1.3 installed.</description>
      <pubDate>Mon, 17 Apr 2023 19:58:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902576#M38215</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-04-17T19:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902611#M38216</link>
      <description>&lt;P&gt;Not really. what I want to be able to do is create the missing layer inside of the command that requires the layer to existing. As picking an object and wanting to place it in a particular layer but that layer does not exist. customarily I exit the command currently running (properties, move to layer, etc) and have to call out the "create layer" in the layer command.&lt;/P&gt;&lt;P&gt;same as we could zoom-pan inside a command by using the apostrophe. Old school here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 20:10:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902611#M38216</guid>
      <dc:creator>Mayra.Moyles</dc:creator>
      <dc:date>2023-04-17T20:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902761#M38217</link>
      <description>Got it: automation like that does require pre-planning on the part of the user in AutoCAD at this stage of the game. LISP or macro is the way we old timers like to do it, if starting in a template that has all things 'standards' is never an option.&lt;BR /&gt;&lt;BR /&gt;The Customization forums here have many suck requests you can find and reuse for your setup right now &lt;A href="https://forums.autodesk.com/t5/autocad-customization/ct-p/AutoCADTopic1" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-customization/ct-p/AutoCADTopic1&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;If you'd only like to see it as a built-in button clicking option, the place to ask Autodesk for that feature in the future would be over here &lt;A href="https://www.autodesk.com/company/contact-us/product-feedback" target="_blank"&gt;https://www.autodesk.com/company/contact-us/product-feedback&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Mon, 17 Apr 2023 21:19:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11902761#M38217</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-04-17T21:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904225#M38218</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1630414"&gt;@Mayra.Moyles&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Why can't I create a layer in the middle of a command that requires a particular layer to exist?&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can.&amp;nbsp; Type in &lt;STRONG&gt;&lt;FONT size="4" color="#FF0000"&gt;'&lt;/FONT&gt;LAYER&lt;/STRONG&gt; [or just &lt;STRONG&gt;&lt;FONT size="4" color="#FF0000"&gt;'&lt;/FONT&gt;LA&lt;/STRONG&gt; if you haven't changed the default alias] &lt;EM&gt;with the &lt;FONT color="#FF0000"&gt;apostrophe prefix&lt;/FONT&gt;&lt;/EM&gt;.&amp;nbsp; That brings up the Layer Manager, where you can do what you need, and when done, returns you to the command in progress.&amp;nbsp; Or if you want to do it at the command line instead of the Layer Manager, use &lt;STRONG&gt;&lt;FONT size="4"&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;FONT color="#FF00FF"&gt;-&lt;/FONT&gt;&lt;/FONT&gt;LAYER&lt;/STRONG&gt; [or &lt;STRONG&gt;&lt;FONT size="4"&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;FONT color="#FF00FF"&gt;-&lt;/FONT&gt;&lt;/FONT&gt;LA&lt;/STRONG&gt;], with the &lt;FONT color="#FF0000"&gt;apostrophe&lt;/FONT&gt; and &lt;FONT color="#FF00FF"&gt;hyphen&lt;/FONT&gt; prefixes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's called "transparent" use of the command, and a variety of commands can be used that way.&amp;nbsp; See "&lt;STRONG&gt;Interrupt a Command with Another Command or System Variable&lt;/STRONG&gt;," &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-BB0C3E79-66AF-4557-9140-D31B4CF3C9CF" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 12:27:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904225#M38218</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-04-18T12:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904295#M38219</link>
      <description>&lt;P&gt;just tried while in the change properties command and 'layer did not bring up the layer command.&lt;/P&gt;&lt;P&gt;is there something I am doing wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 12:46:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904295#M38219</guid>
      <dc:creator>Mayra.Moyles</dc:creator>
      <dc:date>2023-04-18T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904308#M38220</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is what I saw when I tried the apostrophe use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enter new layer name &amp;lt;A-Rack&amp;gt;: pequip&lt;BR /&gt;Cannot find layer "pequip".&lt;BR /&gt;Enter new layer name &amp;lt;A-Rack&amp;gt;: 'layer&lt;BR /&gt;Cannot find layer "'layer".&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 12:50:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904308#M38220</guid>
      <dc:creator>Mayra.Moyles</dc:creator>
      <dc:date>2023-04-18T12:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904317#M38221</link>
      <description>&lt;P&gt;Maybe I am just too old school.&lt;/P&gt;&lt;P&gt;I do have a layer template with the common layers we use.&lt;/P&gt;&lt;P&gt;But we receive so many vendor drawings with hundreds of layers just want to be able to create the one of two layers when necessary, without stopping. Maybe I am moving too fast for my own good.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 12:53:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904317#M38221</guid>
      <dc:creator>Mayra.Moyles</dc:creator>
      <dc:date>2023-04-18T12:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904418#M38222</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1630414"&gt;@Mayra.Moyles&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;this is what I saw when I tried the apostrophe use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enter new layer name &amp;lt;A-Rack&amp;gt;: pequip&lt;BR /&gt;Cannot find layer "pequip".&lt;BR /&gt;Enter new layer name &amp;lt;A-Rack&amp;gt;: 'layer&lt;BR /&gt;Cannot find layer "'layer".&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which Layer option are you in at that point?&amp;nbsp; If it's Set, it will give you that message if the Layer doesn't exist, but I doubt it -- the prompt would be different.&amp;nbsp; I'm not getting exactly that prompt in either the Make or New options, either [maybe version differences?&amp;nbsp; Acad2020 where I am now].&amp;nbsp; Show us the broader context of prompts for the "outer" command you're in, where you are in its sequence, and exactly how you get into 'LAYER from there.&amp;nbsp; In case you might have an override-defined Layer command, try &lt;STRONG&gt;&lt;FONT size="4"&gt;&lt;FONT size="5" color="#FF6600"&gt;.&lt;FONT size="4" color="#FF00FF"&gt;-&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;LA&lt;/STRONG&gt; with the &lt;FONT color="#FF6600"&gt;period prefix&lt;/FONT&gt;, to force use of the native command.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 13:31:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904418#M38222</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-04-18T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904508#M38223</link>
      <description>Perhaps you are unaware that the MAKE sub-option in '-LAYER command can (an old-timer tip)&lt;BR /&gt;1) Create a layer if it odes not exist and makes it current.&lt;BR /&gt;2) If the layer is there, it just makes it current.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-2C75A883-10CA-4B6C-96AC-BCD7A7794614#:~:text=Make,is%20turned%20on" target="_blank"&gt;https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-2C75A883-10CA-4B6C-96AC-BCD7A7794614#:~:text=Make,is%20turned%20on&lt;/A&gt;. &lt;BR /&gt;&lt;BR /&gt;How to use -LAYER command &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-2C75A883-10CA-4B6C-96AC-BCD7A7794614#:~:text=SHARE-,%2DLAYER%20(Command),-Manages%20layers%20and" target="_blank"&gt;https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-2C75A883-10CA-4B6C-96AC-BCD7A7794614#:~:text=SHARE-,%2DLAYER%20(Command),-Manages%20layers%20and&lt;/A&gt; &lt;BR /&gt;inside another command &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-BB0C3E79-66AF-4557-9140-D31B4CF3C9CF#:~:text=Interrupt%20a%20Command,the%20next%20command" target="_blank"&gt;https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-BB0C3E79-66AF-4557-9140-D31B4CF3C9CF#:~:text=Interrupt%20a%20Command,the%20next%20command&lt;/A&gt;.</description>
      <pubDate>Tue, 18 Apr 2023 13:48:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904508#M38223</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-04-18T13:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904625#M38224</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;...&lt;SPAN&gt;.&amp;nbsp; I'm not getting exactly that prompt in either the Make or New options, either ...&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That must be because I think you are in the LAyer option in the CHPROP command [or under the Properties option in the CHANGE command], &lt;EM&gt;not&lt;/EM&gt; in the 'LAYER command yet.&amp;nbsp; It seems since the prefix characters are all acceptable as parts of Layer names, this can't be done at that point in the process.&amp;nbsp; It works earlier in the command, such as at the which-Property-do-you-want-to-set prompt.&amp;nbsp; I even tried setting TEXTEVAL so that AutoLisp expressions should be evaluated rather than taken literally, and put in (command "_.'layer") there, but since parentheses are also acceptable as parts of Layer names, that didn't work either.&amp;nbsp; I'm not sure whether there's a way around that, but if you can do the 'Layer part &lt;EM&gt;before&lt;/EM&gt; getting as far as &lt;EM&gt;into the LAyer option&lt;/EM&gt; in CHRPOP, you can still do it.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 14:32:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904625#M38224</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-04-18T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904656#M38225</link>
      <description>&lt;P&gt;I will try that..it would be very helpfull if Autocad instead of telling me "cannot find layer.." it would say, "cannot find layer, would you like to make new layer (y/n)? "&lt;/P&gt;&lt;P&gt;Am I asking for a bit too much?&lt;/P&gt;&lt;P&gt;Usually, I do not know if a layer exists in the file till, I try finding it..lol&lt;/P&gt;&lt;P&gt;I will continue to do as I currently do.&lt;/P&gt;&lt;P&gt;Thanks for trying to help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 14:41:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904656#M38225</guid>
      <dc:creator>Mayra.Moyles</dc:creator>
      <dc:date>2023-04-18T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904732#M38226</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1630414"&gt;@Mayra.Moyles&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I will try that..it would be very helpfull if Autocad instead of telling me "cannot find layer.." it would say, "cannot find layer, would you like to make new layer (y/n)? "&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can make that wishlist to Autodesk for future versions where they look for such feedback from us users, right here&amp;nbsp;&lt;A href="https://www.autodesk.com/company/contact-us/product-feedback" target="_blank"&gt;https://www.autodesk.com/company/contact-us/product-feedback&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 15:00:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904732#M38226</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-04-18T15:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904742#M38227</link>
      <description>&lt;P&gt;I already submitted to AutoCAD.&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 15:04:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904742#M38227</guid>
      <dc:creator>Mayra.Moyles</dc:creator>
      <dc:date>2023-04-18T15:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Layer creation while on the change properties command.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904864#M38228</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1630414"&gt;@Mayra.Moyles&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....it would be very helpfull if Autocad instead of telling me "cannot find layer.." it would say, "cannot find layer, would you like to make new layer (y/n)? "&amp;nbsp;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There is one circumstance that kinda-sorta works in a similar way, in the sense of just creating the Layer if it doesn't already exist, &lt;EM&gt;without the use of a Layer command&lt;/EM&gt;&amp;nbsp;or (vla-add...) methods or anything, though it won't help you with the current topic unless you want to do your Layer changing through AutoLisp rather than CHANGE/CHPROP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you pull the entity data list for an object in AutoLisp, and you go to change its Layer by &lt;STRONG&gt;(subst)&lt;/STRONG&gt;ituting or &lt;STRONG&gt;(append)&lt;/STRONG&gt;ing an entry for the Layer [the DXF code &lt;STRONG&gt;8&lt;/STRONG&gt; entry], the Layer name you include there &lt;EM&gt;will be used, whether or not the Layer exists&lt;/EM&gt;.&amp;nbsp; If it doesn't exist, &lt;EM&gt;it will be created in the process&lt;/EM&gt;, using default continuous linetype and color 7 used for new Layers.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 15:44:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-creation-while-on-the-change-properties-command/m-p/11904864#M38228</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-04-18T15:44:00Z</dc:date>
    </item>
  </channel>
</rss>

