Heureka API .NET Documentation
UnderstoreyCleaningStemsThreshold Property



Minimum understorey stem density required to do understory cleaning (stems/ha)
Syntax
'Declaration
 
<DescriptionAttribute("Minimum understorey stem density required for understory cleaning to be performed (stems/ha).If number of understorey stems is less than this parameter, no understorey cleaning will be performed,but the harvester cost may increase due to the hindrance of understorey. For example, with 4000 undestorey trees, the harvester productivity will decrease with 3 percent ")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<OldDefaultValueAttribute(3)>
<PropertyOrderAttribute(101)>
<DisplayNameAttribute("Understorey Cleaning Stems Threshold")>
Public Property UnderstoreyCleaningStemsThreshold As Integer
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Integer
 
instance.UnderstoreyCleaningStemsThreshold = value
 
value = instance.UnderstoreyCleaningStemsThreshold
[Description("Minimum understorey stem density required for understory cleaning to be performed (stems/ha).If number of understorey stems is less than this parameter, no understorey cleaning will be performed,but the harvester cost may increase due to the hindrance of understorey. For example, with 4000 undestorey trees, the harvester productivity will decrease with 3 percent ")]
[Category("4.1 Thinning")]
[DefaultValue()]
[OldDefaultValue(3)]
[PropertyOrder(101)]
[DisplayName("Understorey Cleaning Stems Threshold")]
public int UnderstoreyCleaningStemsThreshold {get; set;}
[Description("Minimum understorey stem density required for understory cleaning to be performed (stems/ha).If number of understorey stems is less than this parameter, no understorey cleaning will be performed,but the harvester cost may increase due to the hindrance of understorey. For example, with 4000 undestorey trees, the harvester productivity will decrease with 3 percent ")]
[Category("4.1 Thinning")]
[DefaultValue()]
[OldDefaultValue(3)]
[PropertyOrder(101)]
[DisplayName("Understorey Cleaning Stems Threshold")]
public:
property int UnderstoreyCleaningStemsThreshold {
   int get();
   void set (    int 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