count()

書式

number = inksObject.count()

説明

count()メソッドはinkオブジェクトの総数を返します。count()はlengthと同じ値になります。
var i=app.inks;
alert(i.count());

目次に戻る