IWbs.CreateNewSubTask Method

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

Parameters

ParentTask
ITask

The task under which you want the new task to be created.

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