Odcl_LayerCase

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG utilities >

Odcl_LayerCase

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Occl_LayerCase

This function will change all Layer name Case.

Parameter

T = UperCase

Nil =  owerCase

 

Example

(Odcl_LayerCase T)

 

graphic

 

will become....

 

graphic

 

AutoLisp Syntax:

(Odcl_LayerCase Case [as bolean])