Heureka API .NET Documentation
ApiTreatmentList Class
Members 



This class is a list of treatments that have already been applied or that should be applied in the future. Regeneration treatments (time for planting and tree species planted) is useful information for Heureka when creating a young stand. Thinning treatments (thinning at most thirty years before date of initial state) affects growth. Fertilization treatments affects growth and can be used to "lock" management, so that at least 10 years must pass since the fertilization was done before a new activity can be done. If plantation but no inventory has been done, time for final felling is useful to estimate age of the plantation.
Syntax
'Declaration
 
Public Class ApiTreatmentList 
   Inherits Slu.Heureka.BaseLayer.Collections.InsertSortList(Of ApiTreatment)
'Usage
 
Dim instance As ApiTreatmentList
public class ApiTreatmentList : Slu.Heureka.BaseLayer.Collections.InsertSortList<ApiTreatment> 
public ref class ApiTreatmentList : public Slu.Heureka.BaseLayer.Collections.InsertSortList<ApiTreatment> 
Inheritance Hierarchy

System.Object
      Slu.Heureka.HeurekaAPI.Data.ApiTreatmentList

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

ApiTreatmentList Members
Slu.Heureka.HeurekaAPI.Data Namespace

Send Feedback