ItemCollection object > app.project.items
Description
The ItemCollection object represents a collection of items. The ItemCollection belonging to a Project object contains all the Item objects for items in the project. The ItemCollection belonging to a FolderItem object contains all the Item objects for items in that folder.
• ItemCollection is a subclass of Collection. All methods and attributes of Collection, in addition to those listed below, are available when working with ItemCollection.
Methods
Method Reference Description
addComp() ItemCollection addComp() method”
Creates a new CompItem object and adds it to the collection.
addFolder() “ItemCollection addFolder() method” Creates a new FolderItem object and adds it to the collection.