layerstate-delete


(layerstate-delete  layerState)

This function deletes the specified layerState from the drawing.

Arguments

layerState  (string) name of the LayerState to be deleted

Return

T if the specified LayerState is successfully deleted, NIL otherwise

Example

(layerstate-delete "WallLayers")  T
(layerstate-delete "ExtraWallLayers")  NIL

Remarks




©  Bricsys NV. All rights reserved.