parent

書式

layers.parent

説明

レイヤーの親オブジェクトを示します。Documentオブジェクトになります。
var obj=app.activeDocument.layers.parent;
alert(obj);

目次に戻る