Heureka API .NET Documentation
GetTreeList Method (DiameterDistributionCalculator)



Determines to what extent tree heights should be calibrated, see https://www.heurekaslu.se/wiki/Height_Calibration
Site data object
Generates tree lists
Syntax
'Declaration
 
Public Function GetTreeList( _
   ByVal compartment As ApiCompartment, _
   ByVal heightCalibrationWeight As Double, _
   ByVal siteData As SiteData, _
   Optional ByVal tu As TreatmentUnit, _
   Optional ByVal pu As PredictionUnit _
) As IList(Of ApiTree)
'Usage
 
Dim instance As DiameterDistributionCalculator
Dim compartment As ApiCompartment
Dim heightCalibrationWeight As Double
Dim siteData As SiteData
Dim tu As TreatmentUnit
Dim pu As PredictionUnit
Dim value As IList(Of ApiTree)
 
value = instance.GetTreeList(compartment, heightCalibrationWeight, siteData, tu, pu)

Parameters

compartment
heightCalibrationWeight
Determines to what extent tree heights should be calibrated, see https://www.heurekaslu.se/wiki/Height_Calibration
siteData
Site data object
tu
pu

Return Value

A IList with diameter, stem density, species, age, volume, height, bark thickness for each tree object
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