Slu.Heureka.HeurekaAPI.Calculators Namespace > GrowthCalculator Class : GrowStand Method |
Overload | Description |
---|---|
GrowStand(ApiCompartment,DateTime) | 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 |
GrowStand(ApiCompartment,Int32) | 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. |
GrowStand(ApiCompartment,DateTime,DateTime) | Calculates growth and development for a stand from fromDate to a target date toDate. Results for both fromDate and toDate area stored in the list Slu.Heureka.HeurekaAPI.Data.ApiCompartment.ProjectedStates. Slu.Heureka.HeurekaAPI.Data.ApiCompartment.ProjectedStates[0] always refer to the intialstate, and Slu.Heureka.HeurekaAPI.Data.ApiCompartment.InitialState is set equal to Slu.Heureka.HeurekaAPI.Data.ApiCompartment.ProjectedStates[0] after the first call to GrowStand. A call to this method will initialize the compartment if it isn't already. |
GrowStand(ApiCompartment,ICollection<ApiTreatment>,Nullable<DateTime>,Boolean) | Grow a compartment to a target year (optional) with a list of treatments to perform at specific dates. This can be used to simulate historic treatments on a compartment, or to simulate and see the results of future treatments. A call to this method will initialize the compartment if it isn't already. |
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