Heureka API .NET Documentation
Tree Class
Members 



Tree represents a number of trees per ha (Weight), with identical species, age etc. A tree is the object upon which most Production Model functions works on. Each tree has a complete history, showing its age, weight, diameter etc. in different time periods. Each tree is responsible for calculating its own growth from one period to another, but in order to do so the expected growth and mortality must have been assigned by client objects (typically objects in the production model).
Object Model
Tree ClassPredictionUnit ClassTreeType EnumerationTreeType Enumeration
Syntax
'Declaration
 
Public NotInheritable Class Tree 
   Implements ITree 
'Usage
 
Dim instance As Tree
public sealed class Tree : ITree  
public ref class Tree sealed : public ITree  
Inheritance Hierarchy

System.Object
   Slu.Heureka.DomainLayer.Forest.Tree

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

Tree Members
Slu.Heureka.DomainLayer.Forest Namespace

Send Feedback