pathItems

書式

CompoundPathItemObject.pathItems

説明

複合パスオブジェクトに含まれるパスオブジェクト(PathItemコレクション)を示します。読み出しのみで書き込みはできません。
var cp=app.activeDocument.pathItems;
alert(cp.length);

目次に戻る