TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: guohq on April 07, 2009, 05:41:16 AM

Title: How to rename Linetype?
Post by: guohq on April 07, 2009, 05:41:16 AM
How to rename Linetype use lisp?
Title: Re: How to rename Linetype?
Post by: Hedgehog on April 07, 2009, 05:52:22 AM
 :??

Code: [Select]
(command "-rename" "LT" "HIDDEN" "bob")
Title: Re: How to rename Linetype?
Post by: guohq on April 07, 2009, 06:15:17 AM
It is so easy! :lol:
Title: Re: How to rename Linetype?
Post by: guohq on April 07, 2009, 06:24:44 AM
When I use rename tool,the old  linetype will be clear away.

 By the way ,If I want to hold the old linetype , How can I do?
Title: Re: How to rename Linetype?
Post by: Hedgehog on April 07, 2009, 06:38:45 AM
Dunno... but why would you want 2 identical linetypes in a drawing with different names?
Title: Re: How to rename Linetype?
Post by: guohq on April 07, 2009, 07:56:02 AM
A survery system wants to save information with different linetype. Dfferent feature has a different linetype.