Description

This class describes the McProject collection maintained by the application.

Object Model

Remarks

Each one of the projects loaded by an IQ application is represented in this collection. The collection also exposes methods to load existing projects and create new ones.

Members

Methods
Add

Add a new project to the collection.

Open

Load an existing project file from the disk.

RemoveAll

Close and remove all projects from the collection.


Properties
CountRead-only property

Returns the number of projects currently loaded.

ItemRead-only property

Returns a specific project from the collection.


Events
Close

This event is fired when a project is closed.

Open

This event is fired once a project a loaded.

Save

This event is fired when a project is saved.