(layerstate-export layerstatename filename)


Exports a layer state to a specified file.


The layerstatename argument is a string specifying the name of the layer state to export and the filename argument is a string specifying the name of the file to which the layer state should be exported. Returns T if the export succeeds; otherwise nil.

Example

Code Returns
(layerstate-export myLayerState c:\\mylayerstate.las) T

 

Tell me about...

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language