length

書式

colorSamplers.length

説明

ColorSamplerオブジェクトの総数を返します。
var n=app.activeDocument.colorSamplers.length;
alert(n);

目次に戻る