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



Calculates growth and development for a stand from the last projected date (date to which the stand has been projected). to a target date toDate. A call to this method will initialize the compartment if it isn't already. See
Syntax
'Declaration
 
Public Overloads Function GrowStand( _
   ByVal compartment As ApiCompartment, _
   ByVal toDate As Date _
) As ApiState
'Usage
 
Dim instance As GrowthCalculator
Dim compartment As ApiCompartment
Dim toDate As Date
Dim value As ApiState
 
value = instance.GrowStand(compartment, toDate)

Parameters

compartment
toDate
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
GrowStand(ApiCompartment,DateTime,DateTime) Method

Send Feedback