remove()
書式
PathItemObject
.remove()
説明
パスを削除します。指定できるパラメーターはありません。戻り値もありません。
app.activeDocument.pathItems[0].remove();
目次に戻る