Heureka API .NET Documentation
GrowStand(ApiCompartment,Int32) Method



Number of projection years
Calculates growth and development for a stand from the last projected date (date to which the stand has been projected) nbYearsnbYears ahead (default 5 yrs). A call to this method will initialize the compartment if it isn't already.
Syntax
'Declaration
 
Public Overloads Function GrowStand( _
   ByVal compartment As ApiCompartment, _
   Optional ByVal nbYears As Integer _
) As ApiState
'Usage
 
Dim instance As GrowthCalculator
Dim compartment As ApiCompartment
Dim nbYears As Integer
Dim value As ApiState
 
value = instance.GrowStand(compartment, nbYears)

Parameters

compartment
nbYears
Number of projection years
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

GrowthCalculator Class
GrowthCalculator Members
Overload List

Send Feedback