numItems

記述

app.project.numItems

概要

プロジェクト内のアイテムの総数。フォルダとすべての種類のフッテージを含む。

タイプ

Integer(整数値) - 読み込み専用

サンプル

var n = app.project.numItems;

alert("There are " + n + " items in this project.")

ノート

items.length(アイテムコレクションの配列の長さ)とnumItemsは同じ結果になります。