Heureka API .NET Documentation
FertilizerAmount Property



Amount of fertilizor used when fertilizing, kg/ha.
Syntax
'Declaration
 
<DescriptionAttribute("Amount of fertilizer used when fertilizing, kg/ha")>
<CategoryAttribute("6. Fertilization")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Fertilization Amount")>
<PropertyOrderAttribute(20)>
Public Property FertilizerAmount As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.FertilizerAmount = value
 
value = instance.FertilizerAmount
[Description("Amount of fertilizer used when fertilizing, kg/ha")]
[Category("6. Fertilization")]
[DefaultValue()]
[DisplayName("Fertilization Amount")]
[PropertyOrder(20)]
public double FertilizerAmount {get; set;}
[Description("Amount of fertilizer used when fertilizing, kg/ha")]
[Category("6. Fertilization")]
[DefaultValue()]
[DisplayName("Fertilization Amount")]
[PropertyOrder(20)]
public:
property double FertilizerAmount {
   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