remove()
書式
rectangleObject
.remove()
説明
rectangleオブジェクトを削除します。パラメーターはありません。戻り値もありません。
var r=app.activeDocument.rectangles; r[1].remove();
目次に戻る