1. select the viewport before running VpLayer and pass that selection set to
the VpLayer command.
2. determine what the id number of the viewport is (assoc 69), then issue
MSpace, and (setvar "cvport" id-number) then run VpLayer.
--
-Jason
Member of the Autodesk Discussion Forum Moderator Program
(setq sevp (entsel "\nPick viewport to set up as Slab Edge: "))
(command "vplayer" "r" "*" "s" sevp "" "")
Thank you!
"Jason Piercey" <Jason@AtrEngDotCom> wrote in message
news:B333C810E4905FC2...@in.WebX.maYIadrTaRb...
--
-Jason
Member of the Autodesk Discussion Forum Moderator Program
"David Herrick" <SENDEMAILTOdherrickATroberthideyDOTcom> wrote in message
news:4126201A4B5B7CCD...@in.WebX.maYIadrTaRb...