length

書式

pathItems.length

説明

同じ階層(同じ親オブジェクト)にあるパスの総数を示します。
var n=app.activeDocument.pathItems.length;
alert(n);

目次に戻る