Odcl_DBXgetPageSetup

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_DBXgetPageSetup

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_DBXgetPageSetup

This function create a List of PageSetup Name of DBX opened file.

 

Parameter

DBX variable as VLA-Object

 

Return Values

list of Drawing Layouts

ex: ("Default Printer" "Ocf 1180x5a2" )

 

Example:

(setq LList (Odcl_DBXgetPageSetup Dbx))

or

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

 

 

AutoLisp S ntax:

(setq rValue (Odcl_DBXgetPageSetup Dbx [as VLA-Obtect]))