parent
書式
parent
説明
レイヤーセットオブジェクトの親オブジェクト返します。ドキュメントオブジェクトかレイヤーセットオブジェクトになります。
var str=app.activeDocument.layerSets[0].parent; alert(str);
目次に戻る