length
書式
pathItemObject
.length
説明
PathItem(パス)の長さを示します(値はポイント)。読み出しのみです。
?
1
2
var
item=app.activeDocument.pathItems[0];
alert(item.length);
目次に戻る