Exports a layer state to a specified file
Supported Platforms: Windows and Mac OS
(layerstate-export layerstatename filename)
Type: String
Name of the layer to export.
Type: String
Name of the file to which the layer state should be exported.
Type: T or nil
T if the export is successful; nil otherwise.
(layerstate-export "myLayerState" "c:\\mylayerstate.las") T
(layerstate-export "myLayerState" "/mylayerstate.las") T