layer
書式
pathItemObject
.layer
説明
PathItem(パス)が含まれているレイヤーオブジェクトを示します。読み出しのみです。
var item=app.activeDocument.pathItems[0]; alert(item.layer.name);
目次に戻る