parent
書式
pathItems.parent
説明
パスの親オブジェクトを示します。ドキュメントやグループオブジェクト、複合パスオブジェクトなどになります。
var obj=app.activeDocument.pathItems.parent; alert(obj);
目次に戻る