compoundPathItems
書式
layerObject
.compoundPathItems
説明
レイヤーに含まれるCompoundPathItems(複合パス)オブジェクトを示します。読み出しのみです。
var item=app.activeDocument.layers[0].compoundPathItems; alert(item.length);
目次に戻る