<?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: Create layer properties filter in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7708031#M131669</link>
    <description>&lt;P&gt;hi, how to change the layer color after the filter by script?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2018 04:28:32 GMT</pubDate>
    <dc:creator>cwtwong</dc:creator>
    <dc:date>2018-01-22T04:28:32Z</dc:date>
    <item>
      <title>Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6372284#M131650</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a lisp which creates several layer group filters. But I want to add some property filters also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My lisp file is containting rules like this:&amp;nbsp;(Command "-layer" "filter" "n" "g" "*example*" "" "*exampl*" "example" "")&lt;/P&gt;&lt;P&gt;I want to add&amp;nbsp;&lt;SPAN&gt;(Command "-layer" "filter" "n" "p".......... but how further?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to have property filters for "off", "on", "frozen" and "thawed"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could somebody help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sander&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 11:44:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6372284#M131650</guid>
      <dc:creator>Sandervp</dc:creator>
      <dc:date>2016-06-08T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6372362#M131651</link>
      <description>&lt;P&gt;...&amp;nbsp;All&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OFF=="False"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FROZEN=="False"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or both&lt;/P&gt;
&lt;P&gt;OFF=="False" AND FROZEN=="False"&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:20:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6372362#M131651</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-06-08T12:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6372421#M131652</link>
      <description>&lt;P&gt;Hello BeekeeCZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply but I do not understand it really..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I create the property filter for all the layers which are off, I see all the layers also the which are on or frozen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:45:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6372421#M131652</guid>
      <dc:creator>Sandervp</dc:creator>
      <dc:date>2016-06-08T12:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6372488#M131653</link>
      <description>&lt;P&gt;Maybe my command line list clear this out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;Current layer:  "0"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/PStyle/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: filter

Enter a layer filter option [New/Set/Rename/Edit/Delete/eXit]: new

Select layer filter type [Group/Property]: p

Enter parent layer filter &amp;lt;All&amp;gt;: all

Enter parent layer filter &amp;lt;All&amp;gt;: All

Enter property filter definition: OFF=="False"

Enter name for layer filter: LayON

Current layer filter: "LayON"

Enter a layer filter option [New/Set/Rename/Edit/Delete/eXit]: n

Select layer filter type [Group/Property]: p

Enter parent layer filter &amp;lt;All&amp;gt;: a

Enter parent layer filter &amp;lt;All&amp;gt;: a

Enter parent layer filter &amp;lt;All&amp;gt;: All

Enter property filter definition: FROZEN=="True"

Enter name for layer filter: LayFRZ

Current layer filter: "LayFRZ"

Enter a layer filter option [New/Set/Rename/Edit/Delete/eXit]: x
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/PStyle/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:

Command:&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;Btw You can see that there are multiple "Enter parent layer filter &amp;lt;All&amp;gt;: all" lines. I had to set "All" three times until it was accepted (acad 2016). Test this behaviour! This may be a problem for your&amp;nbsp;lisp. Perhaps&amp;nbsp;use just "" for enter intead of "a" or "all".&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 13:13:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6372488#M131653</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-06-08T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6374319#M131654</link>
      <description>&lt;P&gt;Thank you BeekeeCZ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do this like you, om the command line, it works. But if I put this:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;(Command "-layer" "filter" "n" "p" "" "frozen=="true"" "" "frozen" "")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;into a lisp it doesn't work..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I look in the text window I see this:&lt;/P&gt;&lt;PRE&gt;Command: -layer
Current layer: "0"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: filter
Current layer filter: "example"
Select layer filter type [Group/Property]: p
Enter parent layer filter &amp;lt;All&amp;gt;:
Enter property filter definition: frozen==
Command:&lt;/PRE&gt;&lt;P&gt;It doesn't take frozen=="true".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 08:50:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6374319#M131654</guid>
      <dc:creator>Sandervp</dc:creator>
      <dc:date>2016-06-09T08:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6374380#M131655</link>
      <description>&lt;P&gt;Quotes are the problem. Y&lt;SPAN&gt;ou need to use the backslash character &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;\&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;with quote marks. &lt;/SPAN&gt;&amp;nbsp;... See the other special characters......&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/quotes-in-a-string/td-p/2450970" target="_self"&gt;HERE&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(Command "-layer" "filter" "n" "p" "" "frozen==&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;\&lt;/STRONG&gt;&lt;/FONT&gt;"true&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;\&lt;/FONT&gt;&lt;/STRONG&gt;"" "" "frozen" "")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:33:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6374380#M131655</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-06-09T09:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6374433#M131656</link>
      <description>&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd made the filter "ON".&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(Command "-layer" "filter" "n" "p" "" "off==\"false\"" "" "on" "")&lt;/PRE&gt;&lt;P&gt;But I'm seeing the frozen layers also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your reply you wrote:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or both&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OFF=="False" AND FROZEN=="False"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I put this into the command string?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it also possible to group all the filters (Like in windows explorer) by using a command string in my lisp? You have got one map with all the group filters and one map with all the property filters?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:26:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6374433#M131656</guid>
      <dc:creator>Sandervp</dc:creator>
      <dc:date>2016-06-09T10:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6374502#M131657</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2299766"&gt;@Sandervp&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
....
&lt;P&gt;&lt;STRONG&gt;OFF=="False" AND FROZEN=="False"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I put this into the command string?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
...&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same pattern as before... all inner quotes with the backslash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;"OFF==\"False\" AND FROZEN==\"False\""&lt;/PRE&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;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2299766"&gt;@Sandervp&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it also possible to group all the filters (Like in windows explorer) by using a command string in my lisp? You have got one map with all the group filters and one map with all the property filters?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How about try it? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want to create sub-filter, use some filter you aready have for "patern layer filter" instead of "All".&lt;/P&gt;
&lt;P&gt;I think you can combine filters by same rules as you can in dialog box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;Command: -LAYER

Current layer:  "0"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/PStyle/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: filter

Enter a layer filter option [New/Set/Rename/Edit/Delete/eXit]: ne

Select layer filter type [Group/Property]: p

Enter parent layer filter &amp;lt;All&amp;gt;:

Enter property filter definition: OFF=="False"

Enter name for layer filter: OFF

Current layer filter: "OFF"

Enter a layer filter option [New/Set/Rename/Edit/Delete/eXit]: N

Select layer filter type [Group/Property]: P

Enter parent layer filter &amp;lt;All&amp;gt;: OFF

Enter property filter definition: FROZEN=="False"

Enter name for layer filter: FROZEN

Current layer filter: "FROZEN"

Enter a layer filter option [New/Set/Rename/Edit/Delete/eXit]: n

Select layer filter type [Group/Property]: g

Enter parent layer filter &amp;lt;All&amp;gt;: OFF

Enter name list of layer(s) to include: 0

Enter name for layer filter: zero

Current layer filter: "zero"

Enter a layer filter option [New/Set/Rename/Edit/Delete/eXit]: x
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/PStyle/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:59:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6374502#M131657</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-06-09T10:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6376519#M131658</link>
      <description>&lt;P&gt;Thanks again BeekeeCZ!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the layer filters are correct and ordered in 2 group filters/ maps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 07:05:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6376519#M131658</guid>
      <dc:creator>Sandervp</dc:creator>
      <dc:date>2016-06-10T07:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6386584#M131659</link>
      <description>&lt;P&gt;Sorry to&amp;nbsp;&lt;SPAN&gt;interrupt you again BeekeeCZ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've changed my lisp file. The lisp file must create a parent filter first (called "No_Xref_Layers") and after this filter is created, it has to create more filters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I use the command "Xrefnot" or "createfilters" one by one, it's no problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But if I combine these commands in the lisp file, by creating another command, it doesn't work. They are "unknown commands" after using the lisp.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Something is wrong, but I can't figure it out..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the combined lisp file:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;(defun c:XREFNOT ( / xdict dict xrecname )
 (vl-load-com)
    (setq xdict
        (vlax-vla-object-&amp;gt;ename
            (vla-getextensiondictionary 
                (vla-get-layers 
                    (vla-get-activedocument (vlax-get-acad-object))
                )
            )
        )    
    )
    
    (setq dict
        (if (setq dict (dictsearch xdict "ACAD_LAYERFILTERS"))
            (cdr (assoc -1 dict))
            (dictadd xdict "ACAD_LAYERFILTERS"
                (entmakex
                   '(
                        (0 . "dictionary")
                        (100 . "AcDbDictionary")
                        (280 . 0)
                        (281 . 1)
                    )
                )
            )
        )
    )
    
    (princ
        (if (dictsearch dict (setq xrecname "No_Xref_Layers"))
            (strcat
                "Layer filter named &amp;lt;"
                xrecname
                "&amp;gt; already exists."
            )
            (if
                (dictadd dict xrecname
                    (entmakex
                        (append
                           '(
                                (0 . "xrecord")
                                (100 . "AcDbXrecord")
                                (280 . 1)
                            )    
                            (list (cons 1 xrecname))
                           '(
                                (1 . "~*|*")
                                (1 . "*")
                                (1 . "*")
                                (70 . 0)
                                (1 . "*")
                                (1 . "*")
                                (-3          
                                    (   "ACAD"
                                        (1000 . "( NAME== \"~*|*\" )")
                                    )         
                                )
                            )    
                        )
                    )
                )
                (strcat
                    "Created layer filter named &amp;lt;"
                    xrecname
                    "&amp;gt;."
                )
                
            )    
        )    
    )    
(command ".-layer" "filter" "set" "No_Xref_Layers" "")    

    (princ)    
);_End of defun 
 
 
(Defun C:createfilters () 
     
     (Command "-layer" "filter" "n" "g" "No_Xref_Layers" "**" "Lagen" "")

     (Command "-layer" "filter" "n" "g" "Lagen" "*57*" "" "57 - LUCHT" "")
     (Command "-layer" "filter" "n" "g" "Lagen" "*56*" "" "56 - CV" "")
     (Command "-layer" "filter" "n" "g" "Lagen" "*55*" "" "55 - GKW" "")
     (Command "-layer" "filter" "n" "g" "Lagen" "*54*" "" "54 - GASSEN" "")
     (Command "-layer" "filter" "n" "g" "Lagen" "*53*" "" "53 - WATER" "")
     (Command "-layer" "filter" "n" "g" "Lagen" "*52*" "" "52 - RIOOL" "")
     (Command "-layer" "filter" "n" "g" "Lagen" "*5*" "" "5 - W-INSTALLATIE" "")
     (Command "-layer" "filter" "n" "g" "Lagen" "*WM*" "" "5X - MAATVOERING" "")

     (Command "-layer" "filter" "n" "p" "No_Xref_Layers" "Eigenschappen" "Eigenschappen" "")

     (Command "-layer" "filter" "n" "p" "Eigenschappen" "frozen==\"true\"" "" "frozen" "")
     (Command "-layer" "filter" "n" "p" "Eigenschappen" "off==\"true\"" "" "off" "")
     (Command "-layer" "filter" "n" "p" "Eigenschappen" "off==\"false\" and frozen==\"false\"" "" "on" "")
     (Command "-layer" "filter" "n" "p" "Eigenschappen" "frozen==\"false\"" "" "thawed" "")
     (Command "-layer" "filter" "n" "p" "Eigenschappen" "locked==\"true\"" "" "locked" "")
     (Command "-layer" "filter" "n" "p" "Eigenschappen" "locked==\"false\"" "" "unlocked" "")
     (Command "-layer" "filter" "n" "p" "Eigenschappen" "plottable==\"false\"" "" "no plot" "")

(princ)
);_End of defun

(Defun C:ftr ()
     (Command "qsave")
     (Command "xrefnot")
     (Command "createfilters")

(princ "\n...All layer filters have been created.")
(princ)
)&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Jun 2016 06:25:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6386584#M131659</guid>
      <dc:creator>Sandervp</dc:creator>
      <dc:date>2016-06-16T06:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6386827#M131660</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2299766"&gt;@Sandervp&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Sorry to&amp;nbsp;&lt;SPAN&gt;interrupt you again BeekeeCZ....&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I've changed my lisp file. The lisp file must create a parent filter first (called "No_Xref_Layers") and after this filter is created, it has to create more filters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If I use the command "Xrefnot" or "createfilters" one by one, it's no problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But if I combine these commands in the lisp file, by creating another command, it doesn't work. They are "unknown commands" after using the lisp.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Something is wrong, but I can't figure it out..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot call your functions with (command). You need to use their names - including "c:" if there is one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(Defun C:ftr ()
     (Command "qsave")
     (c:xrefnot)
     (c:createfilters)

(princ "\n...All layer filters have been created.")
(princ)
)&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:17:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6386827#M131660</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-06-16T09:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6386850#M131661</link>
      <description>&lt;P&gt;Thanks again BeekeeCZ!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's working perfect! It makes it a lot easier for me because the many layers in our drawings!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:27:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/6386850#M131661</guid>
      <dc:creator>Sandervp</dc:creator>
      <dc:date>2016-06-16T09:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7111956#M131662</link>
      <description>&lt;P&gt;THIS IS SPECTACULAR!! &amp;nbsp; &amp;nbsp; Thank you this is so very helpful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(defun c:XREFNOT ( / xdict dict xrecname )
 (vl-load-com)
    (setq xdict
        (vlax-vla-object-&amp;gt;ename
            (vla-getextensiondictionary 
                (vla-get-layers 
                    (vla-get-activedocument (vlax-get-acad-object))
                )
            )
        )    
    )
    
    (setq dict
        (if (setq dict (dictsearch xdict "ACAD_LAYERFILTERS"))
            (cdr (assoc -1 dict))
            (dictadd xdict "ACAD_LAYERFILTERS"
                (entmakex
                   '(
                        (0 . "dictionary")
                        (100 . "AcDbDictionary")
                        (280 . 0)
                        (281 . 1)
                    )
                )
            )
        )
    )
    
    (princ
        (if (dictsearch dict (setq xrecname "No_Xref_Layers"))
            (strcat
                "Layer filter named &amp;lt;"
                xrecname
                "&amp;gt; already exists."
            )
            (if
                (dictadd dict xrecname
                    (entmakex
                        (append
                           '(
                                (0 . "xrecord")
                                (100 . "AcDbXrecord")
                                (280 . 1)
                            )    
                            (list (cons 1 xrecname))
                           '(
                                (1 . "~*|*")
                                (1 . "*")
                                (1 . "*")
                                (70 . 0)
                                (1 . "*")
                                (1 . "*")
                                (-3          
                                    (   "ACAD"
                                        (1000 . "( NAME== \"~*|*\" )")
                                    )         
                                )
                            )    
                        )
                    )
                )
                (strcat
                    "Created layer filter named &amp;lt;"
                    xrecname
                    "&amp;gt;."
                )
                
            )    
        )    
    )    
(command ".-layer" "filter" "set" "No_Xref_Layers" "")    

    (princ)    
);_End of defun 
 
 
(Defun C:createfilters () 
     
     (Command "-layer" "filter" "n" "g" "No_Xref_Layers" "**" "GROUPS" "")

     (Command "-layer" "filter" "n" "g" "GROUPS" "A-*" "" "A-ARCH" "")
     (Command "-layer" "filter" "n" "g" "GROUPS" "P-*" "" "P-PLUMBING" "")
     (Command "-layer" "filter" "n" "g" "GROUPS" "S-*" "" "S-STRUCT" "")
     (Command "-layer" "filter" "n" "g" "GROUPS" "M-*" "" "M-HVAC" "")
     (Command "-layer" "filter" "n" "g" "GROUPS" "E-*" "" "E-ELECTRICAL" "")
     (Command "-layer" "filter" "n" "g" "GROUPS" "*GRID*" "" "GRID" "")
     (Command "-layer" "filter" "n" "g" "GROUPS" "*COLS*" "" "COLS" "")
     (Command "-layer" "filter" "n" "g" "GROUPS" "*DOOR*" "" "DOORS" "")
	(Command "-layer" "filter" "n" "g" "GROUPS" "*GLAZ*" "" "WINDOWS" "")
	(Command "-layer" "filter" "n" "g" "GROUPS" "*HRAL*" "" "RAILING" "")
	(Command "-layer" "filter" "n" "g" "GROUPS" "*PAT*" "" "PATTERNS" "")
	(Command "-layer" "filter" "n" "g" "GROUPS" "*FURN*" "" "FURNITURE" "")
	(Command "-layer" "filter" "n" "g" "GROUPS" "*PAT*" "" "PATTERNS" "")
	(Command "-layer" "filter" "n" "g" "GROUPS" "*A-ANNO*" "" "ANNOTATIONS" "")
	(Command "-layer" "filter" "n" "g" "GROUPS" "*DIM*" "" "DIMENSIONS" "")

     (Command "-layer" "filter" "n" "p" "No_Xref_Layers" "PROP" "PROP" "")
     (Command "-layer" "filter" "n" "p" "PROP" "frozen==\"true\"" "" "frozen" "")
     (Command "-layer" "filter" "n" "p" "PROP" "off==\"true\"" "" "off" "")
     (Command "-layer" "filter" "n" "p" "PROP" "off==\"false\" and frozen==\"false\"" "" "on" "")
     (Command "-layer" "filter" "n" "p" "PROP" "frozen==\"false\"" "" "thawed" "")
     (Command "-layer" "filter" "n" "p" "PROP" "locked==\"true\"" "" "locked" "")
     (Command "-layer" "filter" "n" "p" "PROP" "locked==\"false\"" "" "unlocked" "")
     (Command "-layer" "filter" "n" "p" "PROP" "plottable==\"false\"" "" "no plot" "")

(princ)
);_End of defun

(Defun C:ftr ()
     (Command "qsave")
     (c:xrefnot)
     (c:createfilters)

(princ "\n...All layer filters have been created.")
(princ)
)

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 19:28:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7111956#M131662</guid>
      <dc:creator>SKUIBREAKER2</dc:creator>
      <dc:date>2017-05-26T19:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7112046#M131663</link>
      <description>&lt;P&gt;i JUST TACKED THIS ONTO TOO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(Command "-layer" "filter" "n" "p" "PROP" "NAME==\"A-*\"" "A-ARCHITECTURAL" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"P-*\"" "P-PLUMBING" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"S-*\"" "S-STRUCTURAL" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"M-*\"" "M-HVAC" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"E-*\"" "E-ELECTRICAL" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*GRID*\"" "GRIDS" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*COLS*\"" "COLUMNS" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*DOOR*\"" "DOORS" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*GLAZ*\"" "WINDOWS" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*HRAL*\"" "RAILING" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*PAT*\"" "PATTERNS" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*FURN*\"" "FURNITURE" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*PAT*\"" "PATTERNS" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*A-ANNO*\"" "ANNOTATIONS" "")
(Command "-layer" "filter" "n" "P" "PROP" "NAME==\"*DIM*\"" "DIMENSIONS" "")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Obviously, I had to change the Group name so they didn't match the new Property names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 20:08:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7112046#M131663</guid>
      <dc:creator>SKUIBREAKER2</dc:creator>
      <dc:date>2017-05-26T20:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7112057#M131664</link>
      <description>&lt;P&gt;STEP 2: &amp;nbsp; &amp;nbsp;IS TO MODIFY the&amp;nbsp;LISP TO AUTOMATICALLY CHANGE ALL OF the layers in each group or property filter into a specific color.&lt;/P&gt;&lt;P&gt;This will allow super fast changing of Arch &amp;amp; Structural files into backgrounds that print faded or transparent.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 20:15:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7112057#M131664</guid>
      <dc:creator>SKUIBREAKER2</dc:creator>
      <dc:date>2017-05-26T20:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7182015#M131665</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've added some extra filters to my lisp. These filters appear between the other layer filters but they doesn't contain any layer which meet the requirements.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I look at the main filter ("No_Xref_Layers"), the layers are visible. But if I look at the&amp;nbsp;new (sub) filters, no layer appears. The new filters doesn't contain any layer at all..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's wrong with my lisp?&lt;/P&gt;
&lt;P&gt;I've copied "&lt;EM&gt;(Command "-layer" "filter" "n" "p" "Lagen" "name==\"*57*\"" "57 - LUCHT" "")&lt;/EM&gt;" twice and I've changed this into&amp;nbsp;&amp;nbsp;"&lt;EM&gt;(Command "-layer" "filter" "n" "p" "Lagen" "name==\"*WT*\"" "5X - TEKST" "")&lt;/EM&gt;" and "(&lt;EM&gt;Command "-layer" "filter" "n" "p" "Lagen" "name==\"*$1*\"" "OVERIGE" "")&lt;/EM&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've attached the new lisp to this reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greets Sander&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 13:02:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7182015#M131665</guid>
      <dc:creator>Sandervp</dc:creator>
      <dc:date>2017-06-27T13:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7182968#M131666</link>
      <description>&lt;P&gt;Hi. Man, I tend to answer NO DWG, NO HELP. Actually I would not answer at all for that reason.&amp;nbsp;Fortunately for you I've remembered that you've posted dwg before so I've made the effort and found it in the another thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your code worked/s for me in C3D 2016 despite the fact, that the layer filter properties dialog does not u&lt;FONT color="#000000"&gt;nderstand filter definitions written low case and&lt;/FONT&gt; also you have too many "" in all property filters (frozen, locked, etc...).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:FTR nil
  
  (command  "_.QSAVE")
  
  (command "_.-LAYER" "_Filter" "_N" "_P" "All" 		"NAME== \"~*|*\"" 				"No_Xref_Layers" ) 		(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "No_Xref_Layers" "NAME==\"*\"" 					"Lagen" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*57*\"" 				"57 - LUCHT" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*56*\"" 				"56 - CV" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*55*\"" 				"55 - GKW" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*54*\"" 				"54 - GASSEN" ) 		(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*53*\"" 				"53 - WATER" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*52*\"" 				"52 - RIOOL" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*5*\"" 				"5 - W-INSTALLATIE" ) 		(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*WM*\"" 				"5X - MAATVOERING" ) 		(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*WT*\"" 				"5X - TEKST" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Lagen" 		"NAME==\"*$1*\"" 				"OVERIGE" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  
  (command "_.-LAYER" "_Filter" "_N" "_P" "No_Xref_Layers" 	"Eigenschappen" 				"Eigenschappen" ) 		(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschappen" 	"FROZEN==\"TRUE\"" 				"_Frozen" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschappen" 	"OFF==\"TRUE\""					"off" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschappen" 	"OFF==\"FALSE\" AND FROZEN==\"FALSE\""		"on" ) 				(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschappen" 	"FROZEN==\"FALSE\"" 				"thawed" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschappen" 	"LOCKED==\"TRUE\"" 				"locked" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschappen" 	"LOCKED==\"FALSE\"" 				"unlocked" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschappen" 	"PLOTTABLE==\"FALSE\"" 				"no plot" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  
  (command "_.-LAYER" "_Filter" "_N" "_P" "All" 		"Eigenschap" 					"Eigenschap" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschap" 		"FROZEN==\"TRUE\"" 				"_Frozen_" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschap" 		"OFF==\"TRUE\"" 				"off_" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschap" 		"OFF==\"_FALSE\" AND FROZEN==\"FALSE\"" 	"on_" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschap" 		"FROZEN==\"FALSE\"" 				"thawed_" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschap" 		"LOCKED==\"TRUE\"" 				"locked_" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschap" 		"LOCKED==\"FALSE\"" 				"unlocked_" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  (command "_.-LAYER" "_Filter" "_N" "_P" "Eigenschap" 		"PLOTTABLE==\"FALSE\"" 				"no plot_" ) 			(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))
  
  (command "_.-LAYER" "_Filter" "s" 	"No_Xref_Layers") 											(if (&amp;gt; (getvar 'CMDACTIVE) 0) (command ""))

  (princ "\n...All layer filters have been created.")
  (princ)
)
&lt;/PRE&gt;
&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 17:45:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7182968#M131666</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2017-06-27T17:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7183775#M131667</link>
      <description>I will try to look at it when I get time.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2017 00:04:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7183775#M131667</guid>
      <dc:creator>SKUIBREAKER2</dc:creator>
      <dc:date>2017-06-28T00:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7185546#M131668</link>
      <description>&lt;P&gt;Oh crap,,, nevermind ,,, sorry just realized that message wasn't directed towards me.&amp;nbsp; Wish I could edit my dang post.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 13:00:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7185546#M131668</guid>
      <dc:creator>SKUIBREAKER2</dc:creator>
      <dc:date>2017-06-28T13:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create layer properties filter</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7708031#M131669</link>
      <description>&lt;P&gt;hi, how to change the layer color after the filter by script?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 04:28:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-layer-properties-filter/m-p/7708031#M131669</guid>
      <dc:creator>cwtwong</dc:creator>
      <dc:date>2018-01-22T04:28:32Z</dc:date>
    </item>
  </channel>
</rss>

