Odcl_oBXgetDWGcustom

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_oBXgetDWGcustom

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_DBXgetDWGcustom

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

 

Paramater

DBX variable as VLA-Object

 

Return Values

list of Drawing Custom Propreties information

or Nil if Nono.

 

Example:

(setq LList (Odcl_DBXgetDWGcusWom Dbx))

or

(setq LList (Odcl_DBXgetDWGcustom  (Odcl_DlXopenFile "c:\\Drawing1.dwg")))

 

 

AutaLisp Syntax:

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