anyItem()

書式

rectangleObject = rectanglesObject.anyItem()

説明

anyItem()はいずれかのrectangleオブジェクトを返します。返されるrectangleオブジェクトはランダムです。指定できるパラメーターはありません。
var r=app.activeDocument.rectangles;
alert(r.anyItem().id);

目次に戻る