IPrjContradictionsCollection.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Task execution contradiction index.

Description

The Remove method removes contradictions from the collection by index.

Comments

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

To get collection of task execution 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