SetTaskDependencyChildID method: Gantt class

Syntax

SetTaskDependencyChildID(RecordName.FieldName)

Description

The dependent task is the task where the dependency arrow ends. Use the SetTaskDependencyChildID method to specify the field in the record that defines the task ID for the dependent task.

The ID must match up to an ID in the Task data set.

This method is required if you specify dependency data.

Parameters

Parameter Description

RecordName.FieldName

Specify the field, and its associated record, that defines the task ID for the dependant task. This field must be of type number.

Returns

None.