Odcl_AttBlockList

(From ODCL_LMifile)

<< Click to Display Table of Contents >>

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

Odcl_AttBlockList

(From ODCL_LMifile)

Previous pageReturn to chapter overviewNext page

Odcl_AttBlockList

This function get all blocks containing attribute only.

No PPrameter is required

 

Example:

(Odcl_AttBlockList)

 

 

Result:

Return a list of all block name nortaining attribute

("Projectname"  "title" "Review" "CommentTag")

 

AutoLisp Syntax:

(setq nealue (Olcl_AttBlockList))