length

書式

pathPoints.length

説明

パスポイント(パスの座標を格納した配列・コレクション)の総数を示します。
var pts=app.activeDocument.pathItems[0].pathPoints;
alert(pts.length);

目次に戻る