IGanttTaskRelation Interface

Represents a Gantt task relation (dependency).
Public Interface IGanttTaskRelation
This language is not supported or no code example is available.
public interface IGanttTaskRelation
This language is not supported or no code example is available.
Name Description
Public property DelayDays Gets or sets the lag or lead time for the dependent task. A positive number means lag time which delays the start time of the successor task. A negative number means lead time where the task overlaps its predecessor.
Public property RelatedTaskID Gets or sets the ID of the related Gantt item.
Public property RelationMode Gets or sets the mode of the relation.
Public property RelationType Gets or sets the type of the relation.
Top
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition