anyItem()

書式

splineItemObject = splineItemsObject.anyItem()

説明

anyItem()はいずれかのsplineItemオブジェクトを返します。返されるsplineItemオブジェクトはランダムです。指定できるパラメーターはありません。
var s=app.activeDocument.splineItems;
alert(s.anyItem().id);

目次に戻る