layer

書式

CompoundPathItemObject.layer

説明

複合パスオブジェクトがあるレイヤーオブジェクトを示します。このプロパティは読み出しのみです。
var cp=app.activeDocument.compoundPathItems[0];
alert(cp.layer);

目次に戻る