LISP tblsearch for LINETYPES ??

LISP tblsearch for LINETYPES ??

Anonymous
Not applicable
494 Views
1 Reply
Message 1 of 2

LISP tblsearch for LINETYPES ??

Anonymous
Not applicable
I am having a hard time trying to write a LISP program to check availibility
of linetypes.

How can a find if a linetype is loaded with LISP?

(tblsearch "linetype" "dots") ;;;would be a nice addition to AutoCAD
0 Likes
495 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Alan,

(tblsearch "ltype" "hidden")

Joe Burke


"Alan Henderson" wrote in message
news:21DEC850131FB8D964B15BDDC47228D0@in.WebX.maYIadrTaRb...
> I am having a hard time trying to write a LISP program to check availibility
> of linetypes.
>
> How can a find if a linetype is loaded with LISP?
>
> (tblsearch "linetype" "dots") ;;;would be a nice addition to AutoCAD
>
>
>
>
0 Likes