Heureka API .NET Documentation
HeightCorrectionLower Property



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