anyItem()
書式
graphicLineObject =
graphicLinesObject
.anyItem()
説明
anyItem()はいずれかのgraphicLineオブジェクトを返します。返されるgraphicLineオブジェクトはランダムです。指定できるパラメーターはありません。
var g=app.activeDocument.graphicLines; alert(g.anyItem().id);
目次に戻る