getByName

書式

pathItems.getByName(name)

説明

指定された名前のパスオブジェクトを返します。
var myPath=app.activeDocument.pathItems.getByName("パス 1");
alert(myPath);

目次に戻る