Author Topic: non printing layer creation  (Read 2433 times)

0 Members and 1 Guest are viewing this topic.

ELOQUINTET

  • Guest
non printing layer creation
« on: February 04, 2004, 01:03:53 PM »
how do i modify this button so the layer that is created is non plotting?
thanks


^C^C(command "-layer" "n" "VIEWPORT" "c" "WHITE" "VIEWPORT" ) ;setvar clayer "VIEWPORT";

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
non printing layer creation
« Reply #1 on: February 04, 2004, 01:09:47 PM »
^C^C(command "-layer" "n" "VIEWPORT" "c" "WHITE" "VIEWPORT" "p" "n" "VIEWPORT" ) ;setvar clayer "VIEWPORT";