outputModules

種  類 プロパティ(R)
書  式
app.project.renderQueue.items[
n].outputModules;

解  説
レンダキューにある指定された項目の出力モジュールのコレクションを返します。

コード
mType = app.project.renderQueue.items[1].outputModules;
alert(mType);


■サンプルをダウンロードする >>.zip