Heureka API .NET Documentation
YoungStandThinningType Property



Syntax
'Declaration
 
<DescriptionAttribute("Type of thinning to be performed in stands young enough for bio fuel thinning.This setting is overridden if biofuel thinning is automatically selected. This occurs if number of understorey trees is larger or equal to parameter 'Understorey Density Trigger Biofuel Thinning'")>
<CategoryAttribute("4.3 Young Stand Thinning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Thinning Type")>
<PropertyOrderAttribute(50)>
Public Property YoungStandThinningType As YoungStandThinningType
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As YoungStandThinningType
 
instance.YoungStandThinningType = value
 
value = instance.YoungStandThinningType
[Description("Type of thinning to be performed in stands young enough for bio fuel thinning.This setting is overridden if biofuel thinning is automatically selected. This occurs if number of understorey trees is larger or equal to parameter 'Understorey Density Trigger Biofuel Thinning'")]
[Category("4.3 Young Stand Thinning")]
[DefaultValue()]
[DisplayName("Thinning Type")]
[PropertyOrder(50)]
public YoungStandThinningType YoungStandThinningType {get; set;}
[Description("Type of thinning to be performed in stands young enough for bio fuel thinning.This setting is overridden if biofuel thinning is automatically selected. This occurs if number of understorey trees is larger or equal to parameter 'Understorey Density Trigger Biofuel Thinning'")]
[Category("4.3 Young Stand Thinning")]
[DefaultValue()]
[DisplayName("Thinning Type")]
[PropertyOrder(50)]
public:
property YoungStandThinningType YoungStandThinningType {
   YoungStandThinningType get();
   void set (    YoungStandThinningType 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