Imports a layer state from a specified drawing file
Supported Platforms: Windows and Mac OS
(layerstate-importfromdb layerstatename filename)
Type: String
Name of the layer state to be imported.
Type: String
Name of the file from which to import a layer state.
Type: T or nil
T if the import is successful; nil otherwise.
(layerstate-importfromdb "mylayerstate" "c:\\mydrawing.dwg") T
(layerstate-importfromdb "mylayerstate" "/mydrawing.dwg") T