Heureka API .NET Documentation
DiameterDistributionCalculator Constructor



Mean age of stand (years). Should be basal area weighted mean age, plus addition for time to breast heigth
Basal area per ha (cross-cut area of trees at breast height including bark). (m2/ha)
Diameter of mean basal area tree (cm)
Control category to use when initializing stand
Constructor for generating a tree list for an established stand (mean height > 6.5 m)
Syntax
'Declaration
 
Public Function New( _
   ByVal totalAge As Double, _
   ByVal basalAreaPerHa As Double, _
   ByVal meanDiameterDg As Double, _
   Optional ByVal controlCategory As IControlCategory _
)
'Usage
 
Dim totalAge As Double
Dim basalAreaPerHa As Double
Dim meanDiameterDg As Double
Dim controlCategory As IControlCategory
 
Dim instance As New DiameterDistributionCalculator(totalAge, basalAreaPerHa, meanDiameterDg, controlCategory)

Parameters

totalAge
Mean age of stand (years). Should be basal area weighted mean age, plus addition for time to breast heigth
basalAreaPerHa
Basal area per ha (cross-cut area of trees at breast height including bark). (m2/ha)
meanDiameterDg
Diameter of mean basal area tree (cm)
controlCategory
Control category to use when initializing stand
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

DiameterDistributionCalculator Class
DiameterDistributionCalculator Members

Send Feedback