graphItems

書式

layerObject.graphItems

説明

レイヤーに含まれるGraphItem(グラフ)オブジェクトを示します。読み出しのみです。
var item=app.activeDocument.layers[0].graphItems;
alert(item.length);

目次に戻る