IWbs.CreateNewTask Method

Creates a new task below specified task, at the same depth level.
Function CreateNewTask( _ 
ByVal FromTask As ITask
) As ITask
This language is not supported or no code example is available.
ITask CreateNewTask( 
ITask FromTask 
)
This language is not supported or no code example is available.

Parameters

FromTask
ITask

The task below 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