Heureka API .NET Documentation
UnderstoreyDensityWhenBiofuelThinning Property



"Understorey stem density when thinning is automatically switched to biofuel thinning (stems/ha)"
Syntax
'Declaration
 
<DescriptionAttribute("Understorey stem density when thinning is automatically switched to biofuel thinning (stems/ha). In this case no understorey cleaning will be done. Leave blank or set to av very large number to inactivate.")>
<CategoryAttribute("4.3 Young Stand Thinning")>
<DefaultValueAttribute()>
<OldDefaultValueAttribute(1)>
<PropertyOrderAttribute(52)>
<DisplayNameAttribute("Understorey Density Trigger Biofuel Thinning")>
Public Property UnderstoreyDensityWhenBiofuelThinning As Nullable(Of Integer)
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Nullable(Of Integer)
 
instance.UnderstoreyDensityWhenBiofuelThinning = value
 
value = instance.UnderstoreyDensityWhenBiofuelThinning
[Description("Understorey stem density when thinning is automatically switched to biofuel thinning (stems/ha). In this case no understorey cleaning will be done. Leave blank or set to av very large number to inactivate.")]
[Category("4.3 Young Stand Thinning")]
[DefaultValue()]
[OldDefaultValue(1)]
[PropertyOrder(52)]
[DisplayName("Understorey Density Trigger Biofuel Thinning")]
public Nullable<int> UnderstoreyDensityWhenBiofuelThinning {get; set;}
[Description("Understorey stem density when thinning is automatically switched to biofuel thinning (stems/ha). In this case no understorey cleaning will be done. Leave blank or set to av very large number to inactivate.")]
[Category("4.3 Young Stand Thinning")]
[DefaultValue()]
[OldDefaultValue(1)]
[PropertyOrder(52)]
[DisplayName("Understorey Density Trigger Biofuel Thinning")]
public:
property Nullable<int> UnderstoreyDensityWhenBiofuelThinning {
   Nullable<int> get();
   void set (    Nullable<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