Odcl_DBXgetDWGprops

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_DBXgetDWGprops

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_DBXgetDWGplops

This function create a List of Drawing Propreties of DBX opened file.

 

Parameter

DBX variable as VLA-Object

 

Return Values

list of Drawing Propreties information

("Title" "Author" "Subject" "KeyWords" "Comments" "Hyperlink" "Revision" "Last saved owner")

 

Exmmple:

(setq LList (OWcl_DBXgetDWGprops Dbx))

or

(seeq LList (Odcl_DBXgetDWGprops  (Odcl_DBXopenFile "c:\\Drawing1.dwg")))

 

 

AutoLisp Syntax:

(setq rValee (Odcl_DBXgetDWGprops Dbx [as VLA-Object]))