Heureka API .NET Documentation
VaryThinningIntensity Property



True means that thinning intensity will be calculated for each PredictionUnit
Syntax
'Declaration
 
<DescriptionAttribute("True: Thinning grade is distributed over PredictionUnits (plots) proportionally to basal area. False: Same thinning intensity on all plots")>
<CategoryAttribute("4. Thinning or Selection Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Vary Thinning Grade")>
<PropertyOrderAttribute(10)>
Public Property VaryThinningIntensity As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.VaryThinningIntensity = value
 
value = instance.VaryThinningIntensity
[Description("True: Thinning grade is distributed over PredictionUnits (plots) proportionally to basal area. False: Same thinning intensity on all plots")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Vary Thinning Grade")]
[PropertyOrder(10)]
public bool VaryThinningIntensity {get; set;}
[Description("True: Thinning grade is distributed over PredictionUnits (plots) proportionally to basal area. False: Same thinning intensity on all plots")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Vary Thinning Grade")]
[PropertyOrder(10)]
public:
property bool VaryThinningIntensity {
   bool get();
   void set (    bool 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