firstItem()

書式

graphicLineObject = graphicLinesObject.firstItem()

説明

firstItem()は最初のgraphicLineオブジェクトを返します。指定できるパラメーターはありません。
var g=app.activeDocument.graphicLines;
alert(g.firstItem().id);

目次に戻る