Heureka API .NET Documentation
MaxHeightFirstThinning Property



Max dominant height (m) when applying first thinning.
Syntax
'Declaration
 
<DescriptionAttribute("Max dominant height (m) when applying first thinning. If dominant height is larger and stand is never thinned, than it is too late to start thinning.")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Max Height First Thinning")>
<PropertyOrderAttribute(80)>
Public Property MaxHeightFirstThinning As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MaxHeightFirstThinning = value
 
value = instance.MaxHeightFirstThinning
[Description("Max dominant height (m) when applying first thinning. If dominant height is larger and stand is never thinned, than it is too late to start thinning.")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Max Height First Thinning")]
[PropertyOrder(80)]
public double MaxHeightFirstThinning {get; set;}
[Description("Max dominant height (m) when applying first thinning. If dominant height is larger and stand is never thinned, than it is too late to start thinning.")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Max Height First Thinning")]
[PropertyOrder(80)]
public:
property double MaxHeightFirstThinning {
   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