(layerstate-has layerstatename)
Checks if a layer state is present.
The layerstatename argument is a string specifying the name of the layer state to be queried. Returns T if the name exists; otherwise nil.
Example
Code | Returns |
---|---|
(layerstate-has myLayerState) | T |
Tell me about...
Programming Overview of LISP (LISt Processing) Language