Heureka API .NET Documentation
GrowthCalculator Constructor



[Optional] a control category contains setting for the growth projections, such as selected growth model. If not supplied, a default category will be used. The category can be accessed after instantiating the class with a controlCategoryparameter different from null
Explanation of height calibration
Initializes a new instance of the GrowthCalculator class.
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal controlCategory As IControlCategory, _
   Optional ByVal heightCalibrationWeight As Double _
)
'Usage
 
Dim controlCategory As IControlCategory
Dim heightCalibrationWeight As Double
 
Dim instance As New GrowthCalculator(controlCategory, heightCalibrationWeight)

Parameters

controlCategory
[Optional] a control category contains setting for the growth projections, such as selected growth model. If not supplied, a default category will be used. The category can be accessed after instantiating the class with a controlCategoryparameter different from null
heightCalibrationWeight
Explanation of height calibration
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

GrowthCalculator Class
GrowthCalculator Members

Send Feedback