Layerstate-getnames
- 構文
- (layerstate-getnames [includehidden] [includexref])
- 機能
- 画層状態の名前のリストを返す。
- 引数
-
- includehidden : includehidden が T の場合、非表示画層状態の名前がリストに含まれる。省略するか nil の場合、非表示画層状態は除外される。
- includexref : includexref が nil の場合、外部参照の画層状態の名前はリストから除外される。省略するか T の場合、外部参照の画層状態は含まれる。
- 戻り値
- 画層状態のリストが返される。
- サンプル
(layerstate-getnames) ("First Floor" "Second Floor" "Foundation")
関連記事