style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
rebel <(vlax-get-property(vla-item(vla-get-layers(vla-get-ActiveDocument(vlax-get-acad-object)))
href="mailto:[email protected]">[email protected]>
escreveu nas notícias de
href="mailto:mensagem:[email protected]">mensagem:[email protected]...
"layername")"color") At your service - James Buzbee
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
Rob Starz <
href="mailto:[email protected]">[email protected]> escreveu nas
notícias de
href="mailto:mensagem:[email protected]">mensagem:579ED86789B3......
or you don't want the VLAX why you can also use
basic lisp.
(setq ent (entget (tblobjname "LAYER"
"Layer_Name_Here")))
(setq Col (assoc 62 ent);;;gets color
If you are going to use the VLAX why then don't
forget the (vl-load-com) before you try to run code or else it will
fail.
--
Rob Starz
href="mailto:[email protected]">[email protected]
Plogv 3.0 & 2000
(plot logging) for r14 & 2000
***Enhancement Tools for Arch. Desktop
*****
href="http://www.stardsign.com/main.htm">http://www.stardsign.com/main.htm
StarDsign cad solution
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Rob Starz" <
href="mailto:[email protected]">[email protected]> wrote in message
href="news:[email protected]">news:579ED86789B37E9140FBC27C0C4......
or you don't want the VLAX why you can also use
basic lisp.
(setq ent (entget (tblobjname "LAYER"
"Layer_Name_Here")))
(setq Col (assoc 62 ent);;;gets color
If you are going to use the VLAX why then don't
forget the (vl-load-com) before you try to run code or else it will
fail.
--
Rob Starz
href="mailto:[email protected]">[email protected]
Plogv 3.0 & 2000
(plot logging) for r14 & 2000
***Enhancement Tools for Arch. Desktop
*****
href="http://www.stardsign.com/main.htm">http://www.stardsign.com/main.htm
StarDsign cad solution
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
rebel <Thanks
href="mailto:[email protected]">[email protected]>
wrote in message
href="news:[email protected]">news:[email protected]...
to Rob for the (vl-load-com) reminder! A poor memory is why I got into
programing in the first place; "Now what was that system variable to set the
paperspace linetype scale . . .?" Always, at your service - James
Buzbee