TaskDependency Object Members
Project Developer Reference |
A TaskDependency object represents the link type and link lag information between two tasks.
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes an object from its containing collection. |
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns an Application object. Read-only Object. |
![]() |
From | Returns a Task object that is the predecessor in a task dependency. Read-only Object. |
![]() |
Index | Returns the index of an object in its containing collection. Read-only Long. |
![]() |
Lag | The duration of lag time between linked tasks. To specify lead time between tasks, use a negative value. String values default to days unless otherwise specified. Non-string values are interpreted as minutes. Read/write Variant. |
![]() |
LagType | The duration of lag time between linked tasks. To specify lead time between tasks, use a negative value. String values default to days unless otherwise specified. Non-string values are interpreted as minutes. Read/write Variant. |
![]() |
Parent | Returns the parent of the object. Read-only Object. |
![]() |
Path | Returns or sets the path of the project that contains an external task. Read/write String. |
![]() |
To | Returns a Task object that is the successor in a task dependency. Read-only. |
![]() |
Type | Returns or sets the task dependency type. Can be one of the following PjTaskLinkType constants: pjFinishToFinish, pjFinishToStart, pjStartToFinish, or pjStartToStart. Read/write Long. |