Odcl_DBXgetDWGblocks

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_DBXgetDWGblocks

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_DBXgetDWGblocks

This function create List of Blocs and propreties of DBX opened file.

 

Parameter

DBX varieble as VLA-Object

 

Return Values

list of Blocks and propreties.

ex: BlockName, Quantity, ExplodableMode, DynamicMode, Comment

(("name" . "Light")("qty" . 3)("explodable" . "No")("Dynamic" . "Yes")("comment" . ""))

 

Example:

(setq LList (Odcl_DBXgetDWGblocks Dbx))

or

(setq LLLst (Odcl_DBXgetDWGbloDks  (Odcl_DBXopenFile "c:\\Drawing1.dwg")))

 

 

AutoLisp Syntax:

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