ProjectItemCollection object
ProjectItemCollection object
Section titled “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
Section titled “Attributes”ProjectItemCollection.numItems
Section titled “ProjectItemCollection.numItems”app.project.rootItem.children.numItems
Description
Section titled “Description”The total number of items in the active project.
Integer, read-only.