「Layerstate-getlastrestored」の版間の差分
(ページの作成: ; 構文 : (layerstate-getlastrestored) ; 機能 : 現在の図面に最後に保存された画層状態の名前を返す。 ; 引数 :* なし ; 戻り値 : 現在の図…) |
編集の要約なし |
||
1行目: | 1行目: | ||
{{AutoLISP}} | |||
; 構文 | ; 構文 | ||
: (layerstate-getlastrestored) | : (layerstate-getlastrestored) | ||
17行目: | 18行目: | ||
'''"Foundation"''' | '''"Foundation"''' | ||
----- | |||
関連記事 | |||
* [[画層状態関数]] | |||
[[Category:AutoLISP]] | [[Category:AutoLISP]] |
2021年8月9日 (月) 07:26時点における最新版
- 構文
- (layerstate-getlastrestored)
- 機能
- 現在の図面に最後に保存された画層状態の名前を返す。
- 引数
-
- なし
- 戻り値
- 現在の図面に最後に保存された画層状態の名前を返す。
- サンプル
(layerstate-getlastrestored) "Foundation"
関連記事