IGanttItemInfo.TaskRelations Property
Property TaskRelations() As List(Of IGanttTaskRelation)
This language is not supported or no code example is available.
Property Value
List<IGanttTaskRelation>A list of task relations which defines how the current task is constrained by other tasks.
This has not effect for a group.
Remember that this property always returns a new copy of the internal list of relations. Therefore, if you call methods on this list copy, such as List<T>.Add, List<T>.Remove, List<T>.Clear, it will have no effect. To add a relation, use the AddTaskRelation method. To remove all relations, just set a new List instance to this property.
Available since QDV 7.13.0001.