lastItem()

書式

graphicLineObject = graphicLinesObject.lastItem()

説明

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

目次に戻る