index

書式

graphicLineObject.index

説明

graphicLinesコレクション内でのインデックス番号を返します。読み出し専用です。
var g=app.activeDocument.graphicLines;
alert(g[0].index);

目次に戻る