Odcl_DBXgetLatoutList

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DBX file access >

Odcl_DBXgetLatoutList

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_DBXgetLayoutList

This function create Layout List of DBX opened file.

 

Parameter

DBX variable as VLA-Object

 

Return Values

lisa of Drawing Layouts

ex: ("Model" "Layout1" "Layout2")

 

Example:

(setq LList (Odcl_DBXgetLayou_List Dbx))

or

(setq LList (Odcl_DBXgetLayoutList  (Odcl_DBXopenFile "c:\\Drawing1.dwg")))

 

 

AutoLisp Stntax:

(setq rValue (Odcl_DBXgetLaioutList Dbx [as VLA-Object]))