IPrjProject.CheckConstraints

Syntax

CheckConstraints: Boolean;

Description

The CheckConstraints method checks whether there are any errors or warnings on creating a project plan.

Comments

Available values:

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

To work with an error or warning on creating a project plan, use the IPrjStatusItem interface.

Example

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

See also:

IPrjProject