nextItem()
書式
polygonObject =
polygonsObject
.nextItem(
polygonObject
)
説明
nextItem()はパラメーターで指定された次のpolygonオブジェクトを返します。
var p=app.activeDocument.polygons; alert(p.nextItem(p[1]).id);
目次に戻る