Heureka API .NET Documentation
GetNumberOfPlantsForSpeciesAndSI(SpeciesGroupCode,Double) Method



Get the number of plants and seedling age for a given species group code and Site index
Syntax
'Declaration
 
Public Overloads Function GetNumberOfPlantsForSpeciesAndSI( _
   ByVal sp As SpeciesGroupCode, _
   ByVal si As Double _
) As Tuple(Of Integer,Nullable(Of Double))
'Usage
 
Dim instance As TreatmentModelControlTable
Dim sp As SpeciesGroupCode
Dim si As Double
Dim value As Tuple(Of Integer,Nullable(Of Double))
 
value = instance.GetNumberOfPlantsForSpeciesAndSI(sp, si)
public Tuple<int,Nullable<double>> GetNumberOfPlantsForSpeciesAndSI( 
   SpeciesGroupCode sp,
   double si
)
public:
Tuple<int,Nullable<double>>^ GetNumberOfPlantsForSpeciesAndSI( 
   SpeciesGroupCode sp,
   double si
) 

Parameters

sp
si

Return Value

A tuple of two items; The number of plants for the species, and the seedling age
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

TreatmentModelControlTable Class
TreatmentModelControlTable Members
Overload List

Send Feedback