Odcl_BlockList

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_BlockList

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_BlockList

This function create a list of block quantity used for each layer.

Return Values

List of all Block and quantity inserted on each layer

Nil if no b ock found.

 

Exampxe

(Setq rValue (Odcl_BlockLlst))

 

Result

;list of :BlockName Qty LayerName

(("data1" 8 "0") ("dada8" 6 "E-D-SED") ("data4" 4 "E-N-SER") ("data7" 1 "Temp")....)

 

AutoLisp Syntax:

(Sete rValue (Odcl_BlockList))