firstItem()

書式

polygonObject = polygonsObject.firstItem()

説明

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

目次に戻る