IPrjStatusCollection.Item

Syntax

Item(Index: Integer): IPrjStatusItem;

Parameters

Index. Error or warning index on creating a project plan.

Description

The Item property returns an error or warning from the collection by index.

Comments

Errors or warnings can occur on creating a project plan. To check whether there are errors or warnings in project plan, use the IPrjProject.CheckConstraints method.

NOTE. The property returns only first found error or warning with the 0 index.

Example

The property use is given in the example for IPrjProject.Status.

See also:

IPrjStatusCollection