ProjectItemCollection object
ProjectItemCollection object
app.project.rootItem.children
The ProjectItemCollection object represents a collection of ProjectItem objects in an active project.
ProjectItemCollection is a subclass of Collection object. All methods and attributes of Collection, in addition to those listed below, are available when working with ProjectItemCollection.
Attributes
ProjectItemCollection.numItems
app.project.rootItem.children.numItems
Description
The total number of items in the active project.
Type
Integer, read-only.