Hi all,
I want to activate a desired layer filter when beginning a new dwg or openning an existing dwg file, but calling +LAYER or -LAYER (and Filter->Set options of it) has no effects or causes Fatal Error.
Who knows any alternative to set an existing layer filter as active?
Note:
1- The code which causes Fatal Error is as following:
(command "_.+LAYER" %filter-name% "" "")
2- This code has no effect:
(command "_.-LAYER" "_Filter" "_Set" %filter-name% "")
Any help or clue is greatly appreciated