index
書式
rectangleObject
.index
説明
rectanglesコレクション内でのインデックス番号を返します。読み出し専用です。
var r=app.activeDocument.rectangles; alert(r[0].index);
目次に戻る