ITask.CreateNewSubTask Method

Creates a new sub-task below this task, at the depth level of this task + 1.
Function CreateNewSubTask() As ITask
This language is not supported or no code example is available.
ITask CreateNewSubTask()
This language is not supported or no code example is available.

Return Value

ITask

Returns the newly created task.

Exception type Condition

QdvApiException

A problem occurred.

Remarks
 
The function neither rebuild WBS nor minutes. You must call IEstimate.CheckAndRepaint method after any change brought by the function.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition