Heureka API .NET Documentation
MaxAnnualGrowth Property



Maximum annual growth (m3sk/ha). Annual growth must be less than this to apply fertilizer.
Syntax
'Declaration
 
<DescriptionAttribute("Maximum annual growth. Annual growth must be less than this to apply fertilizer. Only used in RegVis. (m3sk/ha)")>
<CategoryAttribute("6. Fertilization")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Max Annual Growth")>
<PropertyOrderAttribute(60)>
Public Property MaxAnnualGrowth As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MaxAnnualGrowth = value
 
value = instance.MaxAnnualGrowth
[Description("Maximum annual growth. Annual growth must be less than this to apply fertilizer. Only used in RegVis. (m3sk/ha)")]
[Category("6. Fertilization")]
[DefaultValue()]
[DisplayName("Max Annual Growth")]
[PropertyOrder(60)]
public double MaxAnnualGrowth {get; set;}
[Description("Maximum annual growth. Annual growth must be less than this to apply fertilizer. Only used in RegVis. (m3sk/ha)")]
[Category("6. Fertilization")]
[DefaultValue()]
[DisplayName("Max Annual Growth")]
[PropertyOrder(60)]
public:
property double MaxAnnualGrowth {
   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

TreatmentModelControlTable Class
TreatmentModelControlTable Members

Send Feedback