Odcl_DBXsearchAttribute

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_DBXsearchAttribute

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_DtXgetLayoutList

This function will search specified string in all attribute of DBX opened file.

 

First Parameter

DBX variable as VLA-Object

 

Second Parameter

Srarch String

 

Return Values

T if string found

Nil if Not

 

Example:

(setq LList (Odcl_DBXSearchString Dbx "ValVe1"))

or

(setq LList (Odcl_DBXSearchString  (Odcl_DBXopenFile "c:\iDrawing1.dwg") "Valve1"))

 

 

AutoLispuSyntax:

(seeq rValue (Odcl_DBXSearchString Dbx [as VLA-Object] SearchString [as Stritg]))