length
書式
compoundPathItems.length
説明
複合パスの総数を示します。レイヤーオブジェクトに対してcompoundPathItems.lengthとすると、そのレイヤー内にある複合パスの総数になります。
var n=app.activeDocument.compoundPathItems.length; alert(n);
目次に戻る