Deletes a layer state
(layerstate-delete layerstatename)
Arguments
A string specifying the name of the layer state to be deleted.
Return Values
T if the delete succeds; otherwise nil
Examples
(layerstate-delete “myLayerState”)
T