parent

書式

groupItemObject.parent

説明

GroupItem(グループ)オブジェクトの親オブジェクトを示します。
var obj=app.activeDocument.groupItems[0].parent;
alert(obj);

目次に戻る