Heureka API .NET Documentation
CalibrateHeight Property



Calibrate Tree Height
Syntax
'Declaration
 
<DescriptionAttribute("True: Calibrate tree heights. False: Do not calibrate tree heights. When set to true, calibration factors are given from sample trees (calculated in PlanStart). Applies to initial height and, depending on choice of height function, to heights computed during a prognosis")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Height Calibration")>
<PropertyOrderAttribute(130)>
Public Property CalibrateHeight As Boolean
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Boolean
 
instance.CalibrateHeight = value
 
value = instance.CalibrateHeight
[Description("True: Calibrate tree heights. False: Do not calibrate tree heights. When set to true, calibration factors are given from sample trees (calculated in PlanStart). Applies to initial height and, depending on choice of height function, to heights computed during a prognosis")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height Calibration")]
[PropertyOrder(130)]
public bool CalibrateHeight {get; set;}
[Description("True: Calibrate tree heights. False: Do not calibrate tree heights. When set to true, calibration factors are given from sample trees (calculated in PlanStart). Applies to initial height and, depending on choice of height function, to heights computed during a prognosis")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height Calibration")]
[PropertyOrder(130)]
public:
property bool CalibrateHeight {
   bool get();
   void set (    bool value);
}
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

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback