IPrjTaskDependenciesCollection

Description

The IPrjTaskDependenciesCollection interface is used to work with the collection of links between tasks.

Comment

To determine a link between tasks, use the IPrjTaskDependency interface.

Properties

  Property name Brief description
Count The Count property returns the number of links in the collection.
Item The Item property returns link from the collection by index.

Methods

  Method name Brief description
Add The Add method adds a link to the collection.
Clear The Clear method deletes all links from the collection.
Remove The Remove method removes link from the collection by index.

See also:

ProjectPlanning Assembly Interfaces