remove
書式
pathItemObject
.remove()
説明
PathItem(パス)オブジェクトを削除します。指定できるパラメーターや戻り値はありません。
app.activeDocument.pathItems[0].remove();
目次に戻る