IGantt.WriteGanttAssignationToWbs Method
Sub WriteGanttAssignationToWbs( _
ByVal GanttTaskUniqueID As String, _
ByVal WbsTask As ITask, _
ByVal Propagation As GanttTaskAssignationPropagationMode, _
Optional ByVal AdaptParentInWBS As Boolean = True _
)
This language is not supported or no code example is available.
Parameters
- GanttTaskUniqueID
- string
A unique ID which identifies a Gantt task.
- WbsTask
- ITask
The WBS node you want to assign the Gantt task to. Either a branch or a leaf.
- Propagation
- GanttTaskAssignationPropagationMode
Defines how to propagate the assignation.
- AdaptParentInWBS
- bool
Optional. The default value is true. If set to true, values are also displayed in branches of the WBS when all values in a branch are the same ; otherwise, branches are kept blank. true is significantly slower.
Exception type | Condition |
---|---|
A problem occurred. |
Works only when the Gantt is driven by the WBS. See File / Options.
Available since QDV 7.13.0001.