length
書式
subPathItems.length
説明
SubPathItemオブジェクトの総数を返します。
var sp=app.activeDocument.pathItems[0].subPathItems; alert(sp); alert(sp.length);
目次に戻る