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



Get the number of plants and seedling age for a given species group code. The site index is determined based on of SI Management exists and should be used
Syntax
'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
) 

Parameters

sp
tUnit

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