(layerstate-getnames [includehidden] [includexref])


Returns a list of the layer state names.


If includehidden is T, the list will include the names of hidden layer states. If omitted or nil, hidden layer states will be excluded. If includexref is nil, the list will exclude the names of xref layer states. If omitted or T, xref layer states will be included. Returns a list of the layer state names.

Example

Code Returns
(layerstate-getnames) "First Floor" "Second Floor" "Foundation"

 

Tell me about...

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language