Slu.Heureka.DomainLayer.TreatmentModel Namespace > TreatmentModelControlTable Class > GetNumberOfPlantsForSpeciesAndSI Method : GetNumberOfPlantsForSpeciesAndSI(SpeciesGroupCode,TreatmentUnit) Method |
'Declaration
Public Overloads Function GetNumberOfPlantsForSpeciesAndSI( _ ByVal sp As SpeciesGroupCode, _ ByVal tUnit As TreatmentUnit _ ) As Tuple(Of Integer,Nullable(Of Double))
'Usage
Dim instance As TreatmentModelControlTable Dim sp As SpeciesGroupCode Dim tUnit As TreatmentUnit Dim value As Tuple(Of Integer,Nullable(Of Double)) value = instance.GetNumberOfPlantsForSpeciesAndSI(sp, tUnit)
public Tuple<int,Nullable<double>> GetNumberOfPlantsForSpeciesAndSI( SpeciesGroupCode sp, TreatmentUnit tUnit )
public: Tuple<int,Nullable<double>>^ GetNumberOfPlantsForSpeciesAndSI( SpeciesGroupCode sp, TreatmentUnit^ tUnit )
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