Imports a layer state from a specified file
(layerstate-import filename)
Arguments
- filename
-
A string specifying the
name of the file from which to import a layer state.
Return Values
T if
the import is successful; nil otherwise.
Examples
(layerstate-import “c:\\mylayerstate.las“)
T