Heureka API .NET Documentation
MaxThinningIntensity Property



Maximum thinning grade required (% of basal area). Also applies to selection felling, but then referes to % of volume instead of basal area.
Syntax
'Declaration
 
<DescriptionAttribute("Maximum thinning grade required (% of basal area). Also applies to selection felling, but then refers to % of volume instead of basal area.")>
<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("Max Thinning Grade")>
<PropertyOrderAttribute(50)>
Public Property MaxThinningIntensity As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MaxThinningIntensity = value
 
value = instance.MaxThinningIntensity
[Description("Maximum thinning grade required (% of basal area). Also applies to selection felling, but then refers to % of volume instead of basal area.")]
[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("Max Thinning Grade")]
[PropertyOrder(50)]
public double MaxThinningIntensity {get; set;}
[Description("Maximum thinning grade required (% of basal area). Also applies to selection felling, but then refers to % of volume instead of basal area.")]
[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("Max Thinning Grade")]
[PropertyOrder(50)]
public:
property double MaxThinningIntensity {
   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