レイヤーを削除する
■プログラム説明(ソースコード説明)
レイヤーを削除するにはremove()を使います。
■ソースコード
layerObj = app.activeDocument.layers;
layerObj[0].remove();
■ポイント
なし