IPrjContradictionsCollection.Clear

Syntax

Clear;

Description

The Clear method deletes all contradictions from the collection.

Comments

The period contradiction appears on forecasted creation of task execution periods with different link types between them.

To get collection of task period contradiction, use the IPrjProject.Contradictions property.

To determine task execution period contradiction, use the IPrjContradiction interface.

Important. Task execution period contradiction is removed manually. Removing contradiction does not get the problem away.

See also:

IPrjContradictionsCollection