Heureka API .NET Documentation
AssignYears Method



Sets age to breast height for each species group and stores these value in the SiteData object. Can be used to minimize the number of calculations, since time to breast height is the same for all trees of a certain species (according to the function, not in reality). Not the the growth function for establised stands are based on tree data where this function has been used to add time to breast height to the breast height age.
Syntax
'Declaration
 
Public Overridable Sub AssignYears( _
   ByVal siteData As SiteData _
) 
'Usage
 
Dim instance As AgeToBreastHeightElfving
Dim siteData As SiteData
 
instance.AssignYears(siteData)
public virtual void AssignYears( 
   SiteData siteData
)
public:
virtual void AssignYears( 
   SiteData^ siteData
) 

Parameters

siteData
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

AgeToBreastHeightElfving Class
AgeToBreastHeightElfving Members

Send Feedback