parent

書式

pathItemObject.parent

説明

PathItem(パス)オブジェクトの親オブジェクトを示します。
var obj=app.activeDocument.pathItems[0].parent;
alert(obj);

目次に戻る