Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get the Image name

1 REPLY 1
Reply
Message 1 of 2
Anonymous
246 Views, 1 Reply

Get the Image name

How is it possible to get, in AutoLisp, one image name with the entity name
?
Tanks per advance.
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

Here is a little snippet of code that should get you on your
way. It's not pretty as I just hacked it out of a routine
that I use it in.

(defun pr:GetTif (/ pr:tifent pr:tiffil)
(setq pr:tifent (entget (entlast))
pr:tifent (entget (cdr (assoc 340 pr:tifent)))
pr:tiffil (cdr (assoc 1 pr:tifent))
)
)

hth
--
Kevin Nehls

"Yves Le Hurt" wrote in message
news:E489C14AFE8F92530160C986EA0889E2@in.WebX.maYIadrTaRb...
> How is it possible to get, in AutoLisp, one image name
with the entity name
> ?
> Tanks per advance.
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost