activeLayer

書式

documentObject.activeLayer

説明

activeLayerはアクティブになっているレイヤーオブジェクトを示します。
var d=app.activeDocument;
alert(d.activeLayer.name);

目次に戻る