Heureka API .NET Documentation
MinStemsCleaned Property



Gets or sets minimum number of stems (per ha) that should be removed. Cleaning is cancelled if stem density is so low that less stems will be removed.
Syntax
'Declaration
 
<DescriptionAttribute("Minimum number of stems (per ha) that should be removed. Cleaning is cancelled if stem density is so low that less stems will be removed.")>
<CategoryAttribute("3. Cleaning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Min Stems Cleaned")>
<PropertyOrderAttribute(40)>
Public Property MinStemsCleaned As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MinStemsCleaned = value
 
value = instance.MinStemsCleaned
[Description("Minimum number of stems (per ha) that should be removed. Cleaning is cancelled if stem density is so low that less stems will be removed.")]
[Category("3. Cleaning")]
[DefaultValue()]
[DisplayName("Min Stems Cleaned")]
[PropertyOrder(40)]
public double MinStemsCleaned {get; set;}
[Description("Minimum number of stems (per ha) that should be removed. Cleaning is cancelled if stem density is so low that less stems will be removed.")]
[Category("3. Cleaning")]
[DefaultValue()]
[DisplayName("Min Stems Cleaned")]
[PropertyOrder(40)]
public:
property double MinStemsCleaned {
   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