length
書式
splineItemsObject
.length
説明
lengthプロパティにはsplineItemオブジェクトの総数が格納されています。lengthはcount()と同じ値になります。
var s=app.activeDocument.splineItems; alert(s.length);
目次に戻る