Heureka API .NET Documentation
MeanHeightLimitFertilization Property



The limitaion for meanHeight
Syntax
'Declaration
 
<DescriptionAttribute("Minimum mean height to allow fertilization (m)")>
<CategoryAttribute("6. Fertilization")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Min Height")>
<PropertyOrderAttribute(50)>
Public Property MeanHeightLimitFertilization As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MeanHeightLimitFertilization = value
 
value = instance.MeanHeightLimitFertilization
[Description("Minimum mean height to allow fertilization (m)")]
[Category("6. Fertilization")]
[DefaultValue()]
[DisplayName("Min Height")]
[PropertyOrder(50)]
public double MeanHeightLimitFertilization {get; set;}
[Description("Minimum mean height to allow fertilization (m)")]
[Category("6. Fertilization")]
[DefaultValue()]
[DisplayName("Min Height")]
[PropertyOrder(50)]
public:
property double MeanHeightLimitFertilization {
   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