IPrjStatusCollection

Description

The IPrjStatusCollection interface is used to work with collection of errors or warning on creating a project plan.

Comments

To check whether there are errors or warnings in project plan, use the IPrjProject.CheckConstraints method.

To get found errors or warnings on creating a project plan, use the IPrjProject.Status property.

Properties

  Property name Brief description
Count The Count property returns the number of errors or warnings in collection.
Item The Item property returns an error or warning from collection by index.

Methods

  Method name Brief description
Clear The Clear method removes all errors or warnings from collection.
Remove The Remove method removes the error or warning from collection by index.

See also:

ProjectPlanning Assembly Interfaces