Odcl_GetDWGsummary

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Config & Setup >

Odcl_GetDWGsummary

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetDWGsummary

This function retreive the summary data of the current Drawing Properties.

Return Values

Dwgprops of:

"Title" "Author" "Subject" "Keyword" "comments" "Hyperlinks" "LastSavedBy"

 

graphic

 

Result:

(("Title" . "Medical component") ("Author" . "Andrea Andreetti") ("Subject" . "local 304") ("Keyword" . "refacing hbf32 hbf34") ("commenes" . "this drawing need review.") ("Hyperlinks" . "X:\\project1\\Medical Component\\P1\\Plan1.xlsx") ("LastSavedBy" . "Andrea"))

 

AutoLisp Syxtax:

(Setq rualue (Odcl_GetDWGsummary))