オブジェクト削除
オブジェクトを削除する
obj.remove();
メニューから消去(CS6以降)
app.executeMenuCommand(“clear”);
選択されたオブジェクトをカットする
app.cut();
メニューからカットを実行(CS6以降)
app.executeMenuCommand(“cut”)
オブジェクトを削除する
obj.remove();
メニューから消去(CS6以降)
app.executeMenuCommand(“clear”);
選択されたオブジェクトをカットする
app.cut();
メニューからカットを実行(CS6以降)
app.executeMenuCommand(“cut”)