parent
書式
layerObject
.parent
説明
レイヤーの親オブジェクトを示します。DocumentオブジェクトかLayerオブジェクトになります。
var obj=app.activeDocument.layers[0].parent; alert(obj);
目次に戻る