parent

書式

subPathItems.parent

説明

SubPathItemsコレクションの親オブジェクト返します。親オブジェクトは常にPathItemオブジェクトになります。
var str=app.activeDocument.pathItems[0].subPathItems.parent;
alert(str);

目次に戻る