Slu.Heureka.HeurekaAPI.Calculators Namespace > StateCalculatorBase Class : GetPrognosisResultsPerLayer Method |
'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)
protected IList<HeurekaPrognosisResult> GetPrognosisResultsPerLayer( List<Treatment> treatmentList, IDictionary<Guid,TreeCollection> treeCollectionList, List<ApiTreeLayerData> layerDatas, int firstPeriodIndex, Nullable<int> endPeriodIndex, bool before )
protected: IList<HeurekaPrognosisResult^>^ GetPrognosisResultsPerLayer( List<Treatment^>^ treatmentList, IDictionary<Guid,TreeCollection^>^ treeCollectionList, List<ApiTreeLayerData^>^ layerDatas, int firstPeriodIndex, Nullable<int> endPeriodIndex, bool before )
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