Heureka API .NET Documentation
FertilizerSubstance Property



Type of fertilizor used when fertilizing
Syntax
'Declaration
 
<DescriptionAttribute("Kind of fertilizer. AN (ammonium nitrate) or UREA")>
<CategoryAttribute("6. Fertilization")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Fertilizer Substance")>
<PropertyOrderAttribute(10)>
Public Property FertilizerSubstance As FertilizerSubstance
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As FertilizerSubstance
 
instance.FertilizerSubstance = value
 
value = instance.FertilizerSubstance
[Description("Kind of fertilizer. AN (ammonium nitrate) or UREA")]
[Category("6. Fertilization")]
[DefaultValue()]
[DisplayName("Fertilizer Substance")]
[PropertyOrder(10)]
public FertilizerSubstance FertilizerSubstance {get; set;}
[Description("Kind of fertilizer. AN (ammonium nitrate) or UREA")]
[Category("6. Fertilization")]
[DefaultValue()]
[DisplayName("Fertilizer Substance")]
[PropertyOrder(10)]
public:
property FertilizerSubstance FertilizerSubstance {
   FertilizerSubstance get();
   void set (    FertilizerSubstance 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