layerstate-getnames (AutoLISP)

画層状態の名前のリストを返します。

サポートされているプラットフォーム: Windows および Mac OS

構文と要素

(layerstate-getnames [includehidden] [includexref])
includehidden

タイプ: T または nil

includehiddenT の場合、非表示画層状態の名前がリストに含まれます。省略するか nil の場合、非表示画層状態は除外されます。

includexref

タイプ: T または nil

includexrefnil の場合、外部参照の画層状態の名前はリストから除外されます。省略するか T の場合、外部参照の画層状態は含まれます。

戻り値

タイプ: リストまたは nil

画層状態の名前のリストが返されます。

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