Exports a layer state to a specified file
(layerstate-export layerstatename filename)
Arguments
A string specifying the name of the layer to export.
A string specifying the name of the file to which the layer state should be exported.
Return Values
T if the export is successful;nil otherwise.
Examples
(layerstate-export “myLayerState“ “c:\\mylayerstate.las“)
T