CheckConstraints: Boolean;
The CheckConstraints method checks whether there are any errors or warnings on creating a project plan.
Available values:
True. Project plan is created without errors or warnings.
False. Project plan is created with errors or warnings.
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.
The method use is given in the example for IPrjProject.Status.
See also: