layerstate-getnames
 
 
 

Returns a list of the layer state names

(layerstate-getnames [includehidden] [includexref])

Arguments

includehidden

If includehidden is T, the list will include the names of hidden layer states. If omitted or nil, hidden layer states will be excluded.

includexref

If includexref is nil, the list will exclude the names of xref layer states. If omitted or T, xref layer states will be included

Return Values

Returns a list of the layer state names

Examples

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