I am trying to import layer filters to different drawings does anyone know how to do this in acad 2016?
Thanks!
Tony
|
|
I am trying to import layer filters to different drawings does anyone know how to do this in acad 2016?
Thanks!
Tony
Dotsoft has a free tool that may work with 2016.
If you have a technical question, please find the appropriate forum and ask it there.
You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
jUSt
1. Import… and Export… buttons in Layer States Manager
2. LayerLoadFilterTree and LayerSaveFilterTree commands
3. EXPFLTR & IMPFLTR (gile) Export and import property layer filters
4. Macros like:Code:^C^C(command "-LAYER" "filter" "New" "Group" "All" "ATDIMS,ATTEXT,ATVEHICLE,AutoTURN,TSCONFLICT,TSINVISION,TSOBSTACLE,Veh-P" "AutoTurn" "eXit" "")