(layerstate-importfromdb layerstatename filename)
Imports a layer state from a specified drawing file.
The layerstatename argument is a string specifying the name of the layer state to be imported. The filename argument is a string specifying the name of the file from which to import a layer state. Returns T if the import is successful; nil otherwise.
Example
Code | Returns |
---|---|
(layerstate-importfromdb "mylayerstate" "c:\\mydrawing.dwg") | T |
Tell me about...
Programming Overview of LISP (LISt Processing) Language