parent

書式

rasterItemObject.parent

説明

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

目次に戻る