anyItem()
書式
splineItemObject =
splineItemsObject
.anyItem()
説明
anyItem()はいずれかのsplineItemオブジェクトを返します。返されるsplineItemオブジェクトはランダムです。指定できるパラメーターはありません。
?
1
2
var
s=app.activeDocument.splineItems;
alert(s.anyItem().id);
目次に戻る