Heureka API .NET Documentation
MinConiferProportion Property



Minimum percentage of basal area of coniferous trees.
Syntax
'Declaration
 
<DescriptionAttribute("Min conifer proportion (% of basal area) required to apply fertilization")>
<CategoryAttribute("6. Fertilization")>
<DefaultValueAttribute()>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<DisplayNameAttribute("Min Conifer Proportion")>
<PropertyOrderAttribute(40)>
Public Property MinConiferProportion As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MinConiferProportion = value
 
value = instance.MinConiferProportion
[Description("Min conifer proportion (% of basal area) required to apply fertilization")]
[Category("6. Fertilization")]
[DefaultValue()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DisplayName("Min Conifer Proportion")]
[PropertyOrder(40)]
public double MinConiferProportion {get; set;}
[Description("Min conifer proportion (% of basal area) required to apply fertilization")]
[Category("6. Fertilization")]
[DefaultValue()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DisplayName("Min Conifer Proportion")]
[PropertyOrder(40)]
public:
property double MinConiferProportion {
   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