(layerstate-import filename)
Imports a layer state from a specified file.
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-import c:\\mylayerstate.las) | T |
Tell me about...
Programming Overview of LISP (LISt Processing) Language