Jump to content

Set Current Layer Filter to "All"


Ahankhah

Recommended Posts

Hi all,

who knows a way to set current layer filter to built-in filters like: 'All' or 'All Used Layers', of course not manually but via vlisp.

 

Thanks in advance

Link to comment
Share on other sites

I klnow two commands

Command _-LAYER options _filter

(command "_-layer" "_filter")

and

(command "_+layer")

I do not understand the behavior of the command "_+layer"

Use the _-layer based localization to AutoCAD

Russian localization for AutoCAD

(command "_-layer" "_filter" "_set" "Все" "")

AutoCAD for the English language (no check)

(command "_-layer" "_filter" "_set" "All" "")

Link to comment
Share on other sites

Thank you very much VVA,

 

I tried "All" and it worked.

Indeed already I knew this way, but typed "all" and "all used layers" with no result, for Layer Filter names in AutoCAD are case sensitive, (i.e: "All" and "All Used Layers", but not "all" and "All Used Layers")

 

I again appreciate your kind help:)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...