layers

書式

layers.length

説明

サブレイヤーを除くレイヤーの総数を示します。
var n=app.activeDocument.layers.length;
alert(n);

目次に戻る