Heureka API .NET Documentation
MaxRelativeAgeThinning Property



Max relative age for last thinning.
Syntax
'Declaration
 
<DescriptionAttribute("Max relative age for last thinning. Relative age = mean age / (1.1 * Min final felling age (LSA)")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Max Relative Age")>
<PropertyOrderAttribute(70)>
Public Property MaxRelativeAgeThinning As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.MaxRelativeAgeThinning = value
 
value = instance.MaxRelativeAgeThinning
[Description("Max relative age for last thinning. Relative age = mean age / (1.1 * Min final felling age (LSA)")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Max Relative Age")]
[PropertyOrder(70)]
public double MaxRelativeAgeThinning {get; set;}
[Description("Max relative age for last thinning. Relative age = mean age / (1.1 * Min final felling age (LSA)")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Max Relative Age")]
[PropertyOrder(70)]
public:
property double MaxRelativeAgeThinning {
   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