Exports a layer state to a specified file
(layerstate-export layerstatename filename)
Arguments
- layerstatename
-
A string specifying the
name of the layer to export.
- filename
-
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