Function Entry: LAYERSTATE-IMPORT
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: LAYERSTATE-IMPORT
Name
layerstate-import
Class
Layer-State Function
Syntax
(layerstate-import filename)
Arguments and Values
filename: string; path to a LAS (Layer State) file.
Description
Imports one or more layer states from a LAS file into the current drawing.
Return Values
T on success; nil on failure.
Side Effects
Creates layer-state entries in the current drawing.
Examples
Not documented on the vendor page.
Availability
- AutoCAD 2026: documented (Windows, macOS).
- BricsCAD V26: not under this name. See Phase 4 cross-reference.
- Status: AutoCAD-named family with BricsCAD divergence — see Phase 4 reconciliation.
See Also
- No direct BricsCAD analogue. BricsCAD's parallel
vl-layerstates-*family does not currently document this operation; consider implementing in user code or treating as AutoCAD-only. - Family pair documented in
vendor-inventory-2026.org§10 item 6.
Source Notes
- [layerstate-import (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-E8B76E26-4E16-4AC6-B5E1-2CEA0C21EA1B.htm)
- Status: documented (Phase 3 body fill).