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