parent

書式

layer.parent

説明

Layerオブジェクトの親レイヤ−/レイヤーセットを示します。
var myLayer=app.activeDocument.activeLayer;
alert(myLayer.parent);

目次に戻る