item()

書式

inkObject = inksObject.item(index)

説明

item()は指定したインデックス番号のinkオブジェクトを返します。
var i=app.inks;
alert(i.item(2).name);

目次に戻る