layerstate-delete (AutoLISP)

Deletes a layer state

(layerstate-delete layerstatename)

Arguments

layerstatename

A string specifying the name of the layer state to be deleted.

Return Values

T if the delete succeeds; otherwise nil

Examples

(layerstate-delete "myLayerState")
T