Heureka API .NET Documentation
MinPropFertilizablePlots Property



Min proportion of plots that should be thinned (according to guide) in order to apply thinning.
Syntax
'Declaration
 
<DescriptionAttribute("Min proportion of plots that can be fertilized to apply fertilization.")>
<CategoryAttribute("6. Fertilization")>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Min Prop. Fertilizable Plots")>
<PropertyOrderAttribute(35)>
Public Property MinPropFertilizablePlots As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MinPropFertilizablePlots = value
 
value = instance.MinPropFertilizablePlots
[Description("Min proportion of plots that can be fertilized to apply fertilization.")]
[Category("6. Fertilization")]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DefaultValue()]
[DisplayName("Min Prop. Fertilizable Plots")]
[PropertyOrder(35)]
public double MinPropFertilizablePlots {get; set;}
[Description("Min proportion of plots that can be fertilized to apply fertilization.")]
[Category("6. Fertilization")]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DefaultValue()]
[DisplayName("Min Prop. Fertilizable Plots")]
[PropertyOrder(35)]
public:
property double MinPropFertilizablePlots {
   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