Heureka API .NET Documentation
GetPrognosisResultsPerLayer Method



The treatment list.
Index of the last period.
True if results before the treatment should be fetched. False to fetch results after treatment
Gets the prognosis results per layer.
Syntax
'Declaration
 
Protected Function GetPrognosisResultsPerLayer( _
   ByVal treatmentList As List(Of Treatment), _
   ByVal treeCollectionList As IDictionary(Of Guid,TreeCollection), _
   ByVal layerDatas As List(Of ApiTreeLayerData), _
   ByVal firstPeriodIndex As Integer, _
   Optional ByVal endPeriodIndex As Nullable(Of Integer), _
   Optional ByVal before As Boolean _
) As IList(Of HeurekaPrognosisResult)
'Usage
 
Dim instance As StateCalculatorBase
Dim treatmentList As List(Of Treatment)
Dim treeCollectionList As IDictionary(Of Guid,TreeCollection)
Dim layerDatas As List(Of ApiTreeLayerData)
Dim firstPeriodIndex As Integer
Dim endPeriodIndex As Nullable(Of Integer)
Dim before As Boolean
Dim value As IList(Of HeurekaPrognosisResult)
 
value = instance.GetPrognosisResultsPerLayer(treatmentList, treeCollectionList, layerDatas, firstPeriodIndex, endPeriodIndex, before)

Parameters

treatmentList
The treatment list.
treeCollectionList
layerDatas
firstPeriodIndex
endPeriodIndex
Index of the last period.
before
True if results before the treatment should be fetched. False to fetch results after treatment
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StateCalculatorBase Class
StateCalculatorBase Members

Send Feedback