The IPrjContradictionsCollection interface is used to work with the collection of task execution period contradictions.
To determine task execution period contradiction, use the IPrjContradiction interface.
Property name | Brief description | |
Count | The Count property returns the number of contradictions in the collection. | |
Item | The Item property returns the contradiction from the collection by index. |
Method name | Brief description | |
Clear | The Clear method deletes all contradictions from the collection. | |
Remove | The Remove method removes contradictions from the collection by index. |
See also: