ScenarioTaskItem Constructor

Initializes a new instance of the ScenarioTaskItem class.
Public Sub New( _ 
ByVal task As ITask, _ 
ByVal quantity As Double
)
This language is not supported or no code example is available.
public ScenarioTaskItem( 
ITask task
double quantity 
)
This language is not supported or no code example is available.

Parameters

task
ITask

The task to which this item belongs.

quantity
double

The value of the WBS_Quantity field.

Version
 
Available since QDV 7.18.685.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition