(layerstate-rename oldlayerstatename newlayerstatename)


Renames a layer state.


The newlayerstatename argument is a string specifying the name of the layer state to be renamed and the oldlayerstatename argument is a string specifying the name of the layer state to be updated. Returns T if the rename succeeds; otherwise nil.

Example

Code Returns
(layerstate-rename myLayerState myNewLayerState) T

 

Tell me about...

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language