Heureka API .NET Documentation
HeightCorrectionUpper Property



Syntax
'Declaration
 
<DescriptionAttribute("The upper bound of how much a tree's height can deviate from the calculated value")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Height Correction Upper")>
<PropertyOrderAttribute(112)>
Public Property HeightCorrectionUpper As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.HeightCorrectionUpper = value
 
value = instance.HeightCorrectionUpper
[Description("The upper bound of how much a tree's height can deviate from the calculated value")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height Correction Upper")]
[PropertyOrder(112)]
public double HeightCorrectionUpper {get; set;}
[Description("The upper bound of how much a tree's height can deviate from the calculated value")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height Correction Upper")]
[PropertyOrder(112)]
public:
property double HeightCorrectionUpper {
   double get();
   void set (    double 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