Heureka API .NET Documentation
ThinningDecisionLevel Property



"StandLevel: Basal area (or stem density depending on thinning guide) for whole stand is used as criteria. PlotLevel: Thinning guide is evaluated for each plot."
Syntax
'Declaration
 
<DescriptionAttribute("StandLevel: Basal area (or stem density depending on thinning guide) for whole stand is used as criteria. PlotLevel: Thinning guide is evaluated for each plot, and plots with basal area below thinning guide are ignored.")>
<CategoryAttribute("4. Thinning or Selection Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Thinning Decision Level")>
<PropertyOrderAttribute(15)>
Public Property ThinningDecisionLevel As ThinningDecisionType
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As ThinningDecisionType
 
instance.ThinningDecisionLevel = value
 
value = instance.ThinningDecisionLevel
[Description("StandLevel: Basal area (or stem density depending on thinning guide) for whole stand is used as criteria. PlotLevel: Thinning guide is evaluated for each plot, and plots with basal area below thinning guide are ignored.")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Thinning Decision Level")]
[PropertyOrder(15)]
public ThinningDecisionType ThinningDecisionLevel {get; set;}
[Description("StandLevel: Basal area (or stem density depending on thinning guide) for whole stand is used as criteria. PlotLevel: Thinning guide is evaluated for each plot, and plots with basal area below thinning guide are ignored.")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Thinning Decision Level")]
[PropertyOrder(15)]
public:
property ThinningDecisionType ThinningDecisionLevel {
   ThinningDecisionType get();
   void set (    ThinningDecisionType 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