Odcl_NLayer

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_NLayer

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_NLayer

This function will create new Layer if not exist and return the new layer name

 

First Parameter

Layer Name as String

 

Example:

(setvar 'CLAYER (Odcl_NLayer "Standard"))

 

AutoLisp Syntax:

(setq rValue (Odcl_NLayer LayerName [as String])