id
書式
graphicLineObject
.id
説明
graphicLineオブジェクトのIDを返します。読み出し専用です。
var g=app.activeDocument.graphicLines; alert(g[0].id);
目次に戻る