PrjTaskDependencyType

Description

The PrjTaskDependencyType enumeration is used to select link type between tasks.

It is used by the IPrjTaskDependency.Type property.

Comments

Link types between tasks:

Available Values

Value Brief description
0 FinishToStart. The end-start link type.
1 StartToStart. The start-start link type.
2 FinishToFinish. The end-end link type.
3 StartToFinish. The start-end link type.

See also:

ProjectPlanning Assembly Enumerations