IScenario.GetValueForTask Method

Gets the scenario value for a specific task. If a value (ScenarioTaskItem.Quantity) is not defined in the scenario for the task, the corresponding property is set to NegativeInfinity.
Function GetValueForTask( _ 
ByVal task As ITask
) As ScenarioTaskItem
This language is not supported or no code example is available.
ScenarioTaskItem GetValueForTask( 
ITask task 
)
This language is not supported or no code example is available.

Parameters

task
ITask

The task for which the value is to be retrieved.

Return Value

ScenarioTaskItem

The scenario value.

Version
 
Available since QDV 7.18.685.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition