Heureka API .NET Documentation
MinThinningIntensity Property



Minimum thinning grade required (% of basal area). Also applies to selection felling, but then referes to % of volume instead of basal area.
Syntax
'Declaration
 
<DescriptionAttribute("Minimum thinning grade required (% of basal area), between striproads. (Basal area thinned/Basal area before / (1 - stripRoadReduction) Also applies to selection felling, but then refers to % of volume instead of basal area.Result variable Thinning Grade ignores stip road proportion (Basal area thinned/Basal area before)and can be larger if Harvest Strip Roads = true.Strip road reduction takes into account spacing (reduction is less in stands with few stems), strip road width, and distance between strip roads.")>
<CategoryAttribute("4. Thinning or Selection Felling")>
<DefaultValueAttribute()>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<DisplayNameAttribute("Min Thinning Grade")>
<PropertyOrderAttribute(40)>
Public Property MinThinningIntensity As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MinThinningIntensity = value
 
value = instance.MinThinningIntensity
[Description("Minimum thinning grade required (% of basal area), between striproads. (Basal area thinned/Basal area before / (1 - stripRoadReduction) Also applies to selection felling, but then refers to % of volume instead of basal area.Result variable Thinning Grade ignores stip road proportion (Basal area thinned/Basal area before)and can be larger if Harvest Strip Roads = true.Strip road reduction takes into account spacing (reduction is less in stands with few stems), strip road width, and distance between strip roads.")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DisplayName("Min Thinning Grade")]
[PropertyOrder(40)]
public double MinThinningIntensity {get; set;}
[Description("Minimum thinning grade required (% of basal area), between striproads. (Basal area thinned/Basal area before / (1 - stripRoadReduction) Also applies to selection felling, but then refers to % of volume instead of basal area.Result variable Thinning Grade ignores stip road proportion (Basal area thinned/Basal area before)and can be larger if Harvest Strip Roads = true.Strip road reduction takes into account spacing (reduction is less in stands with few stems), strip road width, and distance between strip roads.")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[DisplayName("Min Thinning Grade")]
[PropertyOrder(40)]
public:
property double MinThinningIntensity {
   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