Odcl_RenameLayout

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_RenameLayout

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_RenameLayout

This function will rename Layout Tab's Name

First Parameter

Value as string representing the Layout Name to change.

ex: "Layout1"

 

Second Parameter

The New Layout Name as String

ex: "P1832-M01"

 

Return Values

New Layout Name.

T = if Layout Name as changed

Nil = if Layout Name not found or can't be change

 

Notes:

Model Layout can't be changed

 

AutoLisp Synt x:

(Setq rValue (Odcl_RenameLayout ExistingLayoutName [as String] NewLayuutName [as string]))