problem with "_imageattach"...
problem with "_imageattach"...
(OP)
i´m expiriencing troubles when using "_imageattach" in a
autolisp-routine in acad2k.
i think my syntax is wrong.
(command "_imageattach" "" "path&filename" "" "" "coordinates" "")
won´t work.
anyone around who can help me?
thx,cider
autolisp-routine in acad2k.
i think my syntax is wrong.
(command "_imageattach" "" "path&filename" "" "" "coordinates" "")
won´t work.
anyone around who can help me?
thx,cider





RE: problem with "_imageattach"...
RE: problem with "_imageattach"...
it works like this:
(command "_image" "z" "coordinates" "scalefactor" "angle")
"z" has to be used if working with a german version of autocad, english versions have to use "a" i think.
thanks to karel bovenkerker!