layer
書式
graphObject
.layer
説明
グラフオブジェクトがあるレイヤーオブジェクトを示します。このプロパティは読み出しのみです。
?
1
2
var
g=app.activeDocument.graphItems[0];
alert(g.layer);
目次に戻る